2016-01-20

udp/json-parser · GitHub

https://github.com/udp/json-parser
Very low footprint JSON parser written in portable ANSI C.
Runtime Options
settings |= json_enable_comments;
Enables C-style // line and /* block */ comments.
コメント付きのJSONを扱うことができる、C/C++言語用のJSONパーサのソースコード。