/jsoncc

Json library for C++

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

Build Status Coverty Scan

jsoncc

Simple json writer and parser for C++. This library is not optimised for speed but for correctness and ease of use.

BSD licensed, see LICENSE.

Parser limitations:

  • no support for utf16 surrogate encoding in strings
  • unicode escape for 0 ie \u0000 is treated as an error