Skip to content

playground-codes/json-parser

Repository files navigation

Just a test JSON Parser in .NET

Functions

  • Serialize data object into JSON and save it to a file.
  • Load json file back and deserialize it to data object.

Environment

IDE: Visual Studio Community
Language: C#
Framework: .NET Core 2.0

Play with it

Run Console program

dotnet run

Restore dependences and tools

dotnet restore JSONParser.csproj

Run unit tests

Using xUnit.net

dotnet xunit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages