Skip to content
Oskari Rauta edited this page Mar 11, 2024 · 12 revisions

json_cpp is a small C++ json library.
It is built around std::variant and needs a relatively new compiler (c++17 or newer) - it's designed to follow usage of SimpleJSON library although internally they work quite different and is it's own library instead of being fork.

Usage of library is very simple and straight-forward in my opinion.
Credits to people who inspired on this project are here.

Clone this wiki locally