summaryrefslogtreecommitdiff
path: root/json_tokener.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #642: improve docs for json_tokener.h and json_object_object_add().Eric Haszlakiewicz2020-07-111-0/+33
* Issue #616: Change the parsing of surrogate pairs in unicode escapes so it us...Eric Haszlakiewicz2020-06-211-0/+2
* Rearrange the json_tokener_state_escape_unicode case in json_tokener to simpl...Eric Haszlakiewicz2020-06-211-1/+1
* Update the json_tokener_parse_ex() docs to clarify that the final '\0' charac...Eric Haszlakiewicz2020-06-211-4/+11
* fix issue 616: support the surrogate pair in split file.dota172020-06-081-1/+1
* Add a JSON_TOKENER_ALLOW_TRAILING_CHARS flag for json_tokener_set_flags() to ...Eric Haszlakiewicz2020-04-211-0/+13
* Explicitly mark several things in json_tokener deprecated.Eric Haszlakiewicz2020-04-181-1/+13
* Make json_tokener_validate_utf8() internal to json_tokener.c, and improve the...Eric Haszlakiewicz2020-04-181-8/+4
* clang-format the filesdota172020-04-031-67/+69
* add the disabling formatting coments and adjust the partial code manulydota172020-04-031-2/+2
* update codedota172020-01-201-0/+11
* test utf8dota172020-01-101-0/+6
* Issue #488: use JSON_EXPORT on functions so they are properly exported on Win...Eric Haszlakiewicz2019-09-081-2/+2
* Add a json_tokener_get_parse_end() function to replace direct access of tok->...Eric Haszlakiewicz2019-09-081-4/+33
* json_object.c:set errno in json_object_get_double()andy59952018-11-261-1/+1
* Document refcount of json_tokener_parse_ex returnChristopher Head2018-08-301-3/+4
* Add a brief overview of each file to the docs.Eric Haszlakiewicz2017-12-061-0/+4
* Deprecated a few typedefs, add docs on json_object_iter, move json_number_cha...Eric Haszlakiewicz2017-12-051-0/+4
* Fix library build with Visual StudioDavid Henot2017-04-261-9/+9
* fix doc in tokener header fileLeon M. George2017-02-201-3/+3
* Remove trailing whitespaceMichael Vetter2014-08-261-4/+4
* 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