Resolved My file becomes corrupt when I use "AppendAllText" in json file

sock1992

Well-known member
Joined
May 20, 2020
Messages
107
Programming Experience
Beginner
i'm attempting to load data from another file in my program, however when i attempt to this this it adds an extra two curly brackets which corrupts the json file. does anyone know why this is?
 
Last edited:
Json is a structured format, you need to write the complete data.
 
Back
Top Bottom