A simple JSON parser
A toy library to parse JSON into C# objects(Dictionary and List)
Do note that this project doesn't aim to implement the entire JSON Specification(which can be found here), although it does conform to most of it.
You can use the dotnet CLI to run the program. You need to pass the path of the file as an argument.
dotnet run -- test.json