1. ec4879a Merge pull request #153 from LeSpocky/doc by Eric Haszlakiewicz · 10 years ago
  2. 37f5d86 improve doc for json_object_to_json_string() by Alexander Dahl · 10 years ago
  3. 048dcf2 Remove json_type enum trailing comma by Michael J. Chinn · 10 years ago
  4. 64e3690 Patch to address the following issues: by Michael Clark · 10 years ago
  5. 51993c2 Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. by Eric Haszlakiewicz · 11 years ago
  6. 6c4bb38 Add extern to json_object_set_serializer so that it gets exported (Windows fix) by Even Rouault · 11 years ago
  7. 88bf1c9 one definition of json_object_object_foreach only works on c99 and later by Greg Hazel · 11 years ago
  8. 5b36a43 Merge branch 'remicollet-issue-float' by Eric Haszlakiewicz · 11 years ago
  9. 9b64c05 Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn't complain. Fix warnings in the testReplaceExisting test. by Eric Haszlakiewicz · 11 years ago
  10. 92d289f Add a comment briefly describing json_object_object_length() by Eric Haszlakiewicz · 11 years ago
  11. cca74c6 add json_object_object_length by Greg Hazel · 11 years ago
  12. beb12d4 Make macro json_object_object_foreach multiple-use safe by Alexander Klauer · 11 years ago
  13. 32d149c probably worth an option for this by Remi Collet · 11 years ago
  14. f6b27cb Make it safe to delete keys while iterating with the json_object_object_foreach macro. by Eric Haszlakiewicz · 12 years ago
  15. 5abc0ea Reformat the json_object_object_foreach macro so it is readable, and document what is allowed to be done with the object while iterating. by Eric Haszlakiewicz · 12 years ago
  16. 5f4739e Change json_object_put to return 1 if the object passed was actually freed. (or 0 if only the reference count was decremented) by Eric Haszlakiewicz · 12 years ago
  17. 38f421a Add a json_set_serializer() function to allow the string output of a json_object to be customized. by Eric Haszlakiewicz · 12 years ago
  18. 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
  19. 6917586 Add NULL-safe get object method by Keith Derrick · 12 years ago
  20. ca519fb Added explanatory notes to documentation. by Keith Derrick · 12 years ago
  21. 6ff0817 Mention json_type_to_name() in the docs for json_object_get_type(). by Eric Haszlakiewicz · 12 years ago
  22. aef439a Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects. by Eric Haszlakiewicz · 12 years ago
  23. 37e7467 Rename boolean type to json_bool by Keith Derrick · 12 years ago
  24. b21b137 Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. by Eric Haszlakiewicz · 12 years ago
  25. c43871c Add new json_object_array_sort function by Frederik Deweerdt · 13 years ago
  26. 43d2f41 move definition of json_object_iter to public header to enable external use of json_object_object_foreachC by Jehiah Czebotar · 13 years ago
  27. 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
  28. ac601b5 update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly by Jehiah Czebotar · 13 years ago
  29. 252669c Simplify things by storing integer values only as int64_t's internally, and by ehaszla · 13 years ago
  30. c4dceae * Add int64 support. Two new functions json_object_net_int64 and by Michael Clark · 14 years ago
  31. aaec1ef * Don't use this as a variable, so we can compile with a C++ compiler by Michael Clark · 15 years ago
  32. e6548a3 fix typo in json_object.h by Michael Clark · 15 years ago
  33. 68cafad Add const correctness to public interfaces by Michael Clark · 15 years ago
  34. 14862b1 Patch allows for json-c compile with -Werror and not fail due to by Michael Clark · 16 years ago
  35. 837240f * Fix bug in escaping of control characters by Michael Clark · 17 years ago
  36. f6a6e48 * Make headers C++ compatible by change *this to *obj by Michael Clark · 17 years ago
  37. 4504df7 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) by Michael Clark · 17 years ago
  38. f0d0888 import of version 0.1 by Michael Clark · 17 years ago