PicoJSON, a header-file-only JSON parser in C++Last week I had been looking for a tiny JSON parser written in C++, but was not able find one that met my needs (jsonxx was the most interesting, I took its is<type> and get<type> interfaces). So instead I wrote my own, and that is PicoJSON. The advantages of PicoJSON over other C++ JSON parsers are as follows.
The header file is available from coderepos (link). Please read the examples included to find out how to use the library.
Related Articles:
View Comments (1)
Post a comment