summaryrefslogtreecommitdiff
path: root/json_tokener.h
Commit message (Expand)AuthorAgeFilesLines
* Patch to address the following issues:Michael Clark2014-04-091-1/+7
* Make the json_tokener_errors array local. It has been deprecated for a while...Eric Haszlakiewicz2014-03-221-8/+0
* Issue #103: allow Infinity and -Infinity to be parsed.Eric Haszlakiewicz2014-03-221-1/+2
* Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at th...Eric Haszlakiewicz2013-03-311-1/+21
* Make maximum recursion depth a runtime optionRemi Collet2012-11-271-3/+4
* For the prototype for json_tokener_error_desc().Eric Haszlakiewicz2012-03-311-3/+3
* Add json_tokener_get_error() and json_tokener_error_desc() to better encapsul...Eric Haszlakiewicz2012-02-221-0/+89
* add json_tokener_parse_verbose, and return NULL on parser errorsJehiah Czebotar2010-12-081-1/+2
* Add const qualifier to the json_tokener_parse functionsChristopher Watford2009-07-081-2/+2
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-0/+8
* fix to allow compile with -WerrorMichael Clark2008-01-261-0/+1
* Patch allows for json-c compile with -Werror and not fail due toMichael Clark2007-12-071-1/+1
* * Fix bug with use of capital E in numbers with exponentsMichael Clark2007-12-071-1/+1
* * Add escaping of backslash to json outputMichael Clark2007-03-131-8/+34
* * Fix bug in escaping of control charactersMichael Clark2007-03-131-13/+1
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-13/+6
* * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark2007-03-131-1/+13
* import of version 0.1Michael Clark2007-03-131-0/+70