/CPP-JSON

C++ JSON Library. Simple, without dependencies, NO BOOST, C++11 features.

Primary LanguageC++MIT LicenseMIT

JSON A C++ JSON library Extremely simple JSON C++ library.

  • No dependency, just STL
  • No BOOST
  • fast and simple
  • C++11

Development branch status:

Build Status License C++11

This is an improved clone of SimpleJSON

For what

  • config files
  • structure objects and serialisation them

everything you need

  • load and dump serialisation
  • operator[]
  • foreach loop
  • move semantic

How to use in your code example.cpp

Changes from SimpleJSON are here CHANGELOG.md