Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 916 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 916 Bytes

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