Skip to content

afett/jsoncc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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