uiur / json-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About


Languages

Language:C 96.3%Language:C++ 2.7%Language:Makefile 1.0%