JSkorost is a single-header JSON parser, building and printer written in C99 with a focus on speed and conformability.
Simply include jskorost.h in your project and define JSKOROST_IMPLEMENTATION in ONE C or C++ source file.
In order to build the tests you will need to have cmocka installed.
Contributions are welcome - just send a pull request. Please follow the Linux
kernel style guide and make sure your code compiles without warnings in clang
and gcc with -W -Wall -Wextra -pedantic
and in clang++ and g++ with
-W -Wall -Wextra
.
JSkorost is free software under the GNU AGPLv3. See the LICENSE file for details.