Skip to content

oetherington/jskorost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSkorost (ДжайСкорость)

JSkorost is a single-header JSON parser, building and printer written in C99 with a focus on speed and conformability.

Building

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.

Contributing

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.

License

JSkorost is free software under the GNU AGPLv3. See the LICENSE file for details.

About

A fast single-header JSON parser for C and C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published