This commit is contained in:
HeshamTB 2018-12-09 16:53:35 +03:00
parent f1831c78a8
commit b9f9dd7cff

View File

@ -74,6 +74,7 @@ namespace OWTrack
{
try
{
//https://stackoverflow.com/questions/7947005/how-to-turn-on-indentation-when-writing-json-using-json-net
JsonConvert json = new JsonConvert();//Not tested
json.Formatting = Formatting.Indented;
File.WriteAllText(Paths.SAVES, json.SerializeObject(tracker));//check if (Indented) Parameter exists