mqnc / json5cpp

C++ library for parsing and stringifying JSON5 data
MIT License
0 stars 0 forks source link

json5cpp

Build Status Test Status Coverage

C++ library for parsing and stringifying JSON5 data

This is a port of the JavaScript reference implementation to C++.

Project Status

The core functionality is completely implemented and the test coverage is as close to 100% as possible without causing compiler warnings. See the tests for usage examples.

Design Principles

Limitations

ToDos

License

MIT

Pleasantries

I hope you enjoy almost the elegance of JSON combined with the utility of comments, NaN and Infinity (among other actually really useful tweaks), all delivered with the performance of C++! Feel free to report issues and request pull requests!