JsonSharp - Read Json in C# without any external libraries
https://repl.it/@CSharpIsGud/JsonSharp
I made this in a day, Its not perfect but i tested it and fixed the problems i could find
I didn't implement auto nested json reading, so you will have to generate another tree for each object, arrays probably have some lingering issues, but they work.
You can also make json strings as well
Thanks
@CSharpIsGud !!!I used JsonSharp for make CertAPI-Sharp!