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
- Host: GitHub
- URL: https://github.com/codecat/jsonsharp
- Owner: codecat
- License: mit
- Created: 2015-07-22T16:45:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T17:28:19.000Z (over 10 years ago)
- Last Synced: 2024-12-29T18:38:55.460Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.