xu-cell / json-parser

JSON parser in ANSI-C

Home Page:https://github.com/sogou/workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Json Parser in Standard C (C99)

This json parser is created for the project of C++ Workflow.

Build tests

$ make

Run tests

Parse and print json document:

$ ./parse_json < xxx.json

Test parsing speed:

$ time ./test_speed <repeat times> < xxx.json

About

JSON parser in ANSI-C

https://github.com/sogou/workflow

License:Apache License 2.0


Languages

Language:C 99.3%Language:Makefile 0.7%