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

https://github.com/uiur/json-parser


https://github.com/uiur/json-parser

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# json-parser
An implementation of JSON parser in C.

The motivation is to learn C and data structures the hard way.

## usage

```
$ make
$ echo '{"foo": 1, "bar": 2}' | ./main 'foo'
```