An open API service indexing awesome lists of open source software.

https://github.com/codecat/jsonsharp

:ribbon: Json parser for C#, forked from a different project
https://github.com/codecat/jsonsharp

Last synced: 4 months ago
JSON representation

:ribbon: Json parser for C#, forked from a different project

Awesome Lists containing this project

README

          

# JsonSharp
Minimal Json parser for C#, forked from a different project.

Additions over the original source:

1. Proper error reporting (throws a `JsonException` when something is wrong, including line/column data)
2. Fixed some bugs.