/json-parser

JSON parser in ANSI-C

Primary LanguageCApache License 2.0Apache-2.0

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