Save Proper JSON file for readablity #34
| @ -90,8 +90,8 @@ | |||||||
|     <ApplicationIcon>assets\Jeanette-Foshee-Simpsons-11-Rollover-Homer-donut-1.ico</ApplicationIcon> |     <ApplicationIcon>assets\Jeanette-Foshee-Simpsons-11-Rollover-Homer-donut-1.ico</ApplicationIcon> | ||||||
|   </PropertyGroup> |   </PropertyGroup> | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |     <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |       <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="System" /> |     <Reference Include="System" /> | ||||||
|     <Reference Include="System.Core" /> |     <Reference Include="System.Core" /> | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <packages> | <packages> | ||||||
|   <package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" /> |   <package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" /> | ||||||
| </packages> | </packages> | ||||||
| @ -73,8 +73,8 @@ namespace OWTrack | |||||||
|         public static bool SaveJSON(Tracker tracker) |         public static bool SaveJSON(Tracker tracker) | ||||||
|         { |         { | ||||||
|             try |             try | ||||||
|             { |             {             | ||||||
|                 File.WriteAllText(Paths.SAVES, JsonConvert.SerializeObject(tracker)); |                 File.WriteAllText(Paths.SAVES, JsonConvert.SerializeObject(tracker, Formatting.Indented)); | ||||||
|                 return true; |                 return true; | ||||||
|             } |             } | ||||||
|             catch (Exception) |             catch (Exception) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user