Correctly create a json file in c#
问题 I'm currently setting-up my application, and i need to manage a json file (that contain some settings) in my windows form. Once you open it, you can easy choose different settings, and once you've done, you can save it (which mean i need to overwrite the existing one json file settings, and replace it with new one! I tried to follow this guide for correctly create my json file! But i met 2 problems: This solution mentioned up, create square brackets (which i don't need!) Seems to create all