1. d4e81f9 Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. by Eric Haszlakiewicz · 10 years ago
  2. 20e4708 Update json_util by Pascal Bach · 11 years ago
  3. b3bce4d Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated. by Eric Haszlakiewicz · 11 years ago
  4. 990fa8e Fix C89 compat needed by MSVC by Anatol Belski · 11 years ago
  5. 5b36a43 Merge branch 'remicollet-issue-float' by Eric Haszlakiewicz · 11 years ago
  6. bfb3292 Add a runtime check to see if parse_int64 needs to workaround sscanf bugs. If that workaround is not needed parsing is nearly twice as fast. by Eric Haszlakiewicz · 11 years ago
  7. ca8b27d Enable -Werror and fix a number of minor warnings that existed. by Eric Haszlakiewicz · 11 years ago
  8. 77d0493 rename _errno by Greg Hazel · 11 years ago
  9. a01b659 move locale change to be global for perf by Remi Collet · 11 years ago
  10. 16a4a32 float parsing must be locale independent by Remi Collet · 11 years ago
  11. 77c6239 Initialize errno before calling sscanf in json_parse_int64() so parsing valid numbers after parsing an out of range number works. by Eric Haszlakiewicz · 12 years ago
  12. eead1a7 Remove unnecessary comment from json_util.c by Eric Haszlakiewicz · 12 years ago
  13. a6f39a3 Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker with #define HAVE_X where #define HAVE_X 1|0 is meant. by Mateusz Loskot · 12 years ago
  14. 3fcffe1 Add a json_object_to_json_string_ext() function to allow the formatting of output to be selected. by Eric Haszlakiewicz · 12 years ago
  15. 6a231e4 Some updates to make the code compatible with VC 9 (2008) by John Arbash Meinel · 12 years ago
  16. 886c4fb Add a json_type_to_name() function which returns a string that describes the type. Useful for logging. by Eric Haszlakiewicz · 13 years ago
  17. 252669c Simplify things by storing integer values only as int64_t's internally, and by ehaszla · 13 years ago
  18. f1ae67d * Fix file descriptor leak if memory allocation fails in json_util by Michael Clark · 14 years ago
  19. bd0a567 * Fix file descriptor leak if memory allocation fails in json_util by Michael Clark · 14 years ago
  20. c4dceae * Add int64 support. Two new functions json_object_net_int64 and by Michael Clark · 14 years ago
  21. 88ded9c * Make json_object_from_file take const char *filename by Michael Clark · 15 years ago
  22. aaec1ef * Don't use this as a variable, so we can compile with a C++ compiler by Michael Clark · 15 years ago
  23. 68cafad Add const correctness to public interfaces by Michael Clark · 15 years ago
  24. c8f4a6e * Fix bug with use of capital E in numbers with exponents by Michael Clark · 16 years ago
  25. dfaf670 * Add macros to enable compiling out debug code by Michael Clark · 17 years ago
  26. 837240f * Fix bug in escaping of control characters by Michael Clark · 17 years ago
  27. f6a6e48 * Make headers C++ compatible by change *this to *obj by Michael Clark · 17 years ago
  28. 4504df7 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) by Michael Clark · 17 years ago
  29. f0d0888 import of version 0.1 by Michael Clark · 17 years ago