- Serialize data object into JSON and save it to a file.
- Load json file back and deserialize it to data object.
IDE: Visual Studio Community
Language: C#
Framework: .NET Core 2.0
dotnet run
dotnet restore JSONParser.csproj
Using xUnit.net
dotnet xunit