Sunday, 6 November 2016

CyoJSON

CyoJSON is a C++ header-only library for parsing JSON-formatted text. It's a stream-based parser in which user-defined callback functions are called.

From the outset the intention was an easy-to-use library, developed using modern C++ features (C++11/14). CyoJSON is known to work on Linux and Windows.

Find it on GitHub: https://github.com/calzakk/CyoJSON

No comments:

Post a Comment