1. f931f61 Fixed parsing numbers in E notation. ` by Eric Haszlakiewicz · 12 years ago
  2. d809fa6 Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple objects. Now, json_tokener_reset() does not need to be called after a valid object is parsed. by Eric Haszlakiewicz · 12 years ago
  3. 3620cba Perform better error checking in json_tokener_parse_verbose and rewrite json_tokener_parse to use that instead of json_tokener_parse_ex. by Eric Haszlakiewicz · 12 years ago
  4. 2f9091f Add json_tokener_get_error() and json_tokener_error_desc() to better encapsulate the process of retrieving errors while parsing. by Eric Haszlakiewicz · 12 years ago
  5. db05090 json_tokener_parse(): avoid possible NULL deref by Frederik Deweerdt · 13 years ago
  6. a503ee8 add json_tokener_parse_verbose, and return NULL on parser errors by Jehiah Czebotar · 14 years ago
  7. 252669c Simplify things by storing integer values only as int64_t's internally, and by ehaszla · 14 years ago
  8. c4dceae * Add int64 support. Two new functions json_object_net_int64 and by Michael Clark · 14 years ago
  9. 126ad95 * Add handling of surrogate pairs by Brent Miller · 15 years ago
  10. 7fb9b03 * Rename min and max so we can never clash with C or C++ std library by Michael Clark · 15 years ago
  11. b1a22ac Add const qualifier to the json_tokener_parse functions by Christopher Watford · 15 years ago
  12. 543bb14 Erik Hovland (3): by Christopher Watford · 15 years ago
  13. 95f55a7 optimizations to json_tokener_parse_ex(), printbuf_memappend() by Michael Clark · 15 years ago
  14. aaec1ef * Don't use this as a variable, so we can compile with a C++ compiler by Michael Clark · 15 years ago
  15. 22dee7c * Null pointer dereference fix. Fix json_object_get_boolean strlen test by Michael Clark · 15 years ago
  16. e8de078 * Fixed warning reported by adding -Wstrict-prototypes by Michael Clark · 15 years ago
  17. c8f4a6e * Fix bug with use of capital E in numbers with exponents by Michael Clark · 17 years ago
  18. dfaf670 * Add macros to enable compiling out debug code by Michael Clark · 17 years ago
  19. a850f8e * Add escaping of backslash to json output by Michael Clark · 17 years ago
  20. 837240f * Fix bug in escaping of control characters by Michael Clark · 17 years ago
  21. f6a6e48 * Make headers C++ compatible by change *this to *obj by Michael Clark · 17 years ago
  22. 0370baa * Fix additional error case in object parsing by Michael Clark · 17 years ago
  23. 7b899b6 * fix pointer arithmetic bug for error pointer check in is_error() macro by Michael Clark · 17 years ago
  24. 4504df7 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) by Michael Clark · 17 years ago
  25. f0d0888 import of version 0.1 by Michael Clark · 17 years ago