https://github.com/indexzero/jsonm
A complete json parser written using MGrammar and C#
https://github.com/indexzero/jsonm
Last synced: about 1 year ago
JSON representation
A complete json parser written using MGrammar and C#
- Host: GitHub
- URL: https://github.com/indexzero/jsonm
- Owner: indexzero
- License: mit
- Created: 2010-01-30T22:25:19.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-04T18:14:10.000Z (over 16 years ago)
- Last Synced: 2024-10-18T21:03:26.281Z (over 1 year ago)
- Language: C#
- Homepage: http://github.com/indexzero/jsonm
- Size: 85.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## jsonm
---
#### Author: [Charlie Robbins](http://www.charlierobbins.com)
Jsonm is a full JSON parser written using MGrammar and C# 4.0. It parses JSON into dynamic objects in C# for javascript style property access.