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

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#

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.