78 Commits (55ecae3e5866a2f14aee737649b3c2cf392051b3)

Author SHA1 Message Date
  Eric Haszlakiewicz 4deed587e7 Merge pull request #319 from Dashlane/visual-studio-build 8 years ago
  Eric Haszlakiewicz 1a94c70336 Add a json_c_set_serialization_double_format() function to set the *library-wide* format for how doubles are written to a serialized JSON output. 8 years ago
  David Henot a9f265d166 Fix library build with Visual Studio 8 years ago
  Stoian Ivanov e518b22b72 string set and tests 9 years ago
  Stoian Ivanov 05f025c075 some basic set 9 years ago
  Stoian Ivanov fae09456ae json_object_set_boolean for upstream style check 9 years ago
  Eric Haszlakiewicz ea1499a372 Issue #263: add const so the prototype for json_object_object_add_ex() matches the definition. 9 years ago
  Eric Haszlakiewicz c4d060bf80 json_object_object_add_ex() should have shared code with json_object_object_add(), and been changed to return int at the same time the latter was. Do that now. 9 years ago
  jobol 344009bf26 Add method 'json_object_to_json_string_length' 9 years ago
  Eric Haszlakiewicz 595891729e Issue #236: Add -Wcast-qual and fix casts to retain constness. 9 years ago
  Eric Haszlakiewicz e61eb409fd Merge pull request #233 from NeoRaider/size_t3 9 years ago
  Matthias Schiffer f87e378d48
Add public API to get and set userdata 9 years ago
  Matthias Schiffer 22fdcfc71a
Include stddef.h in json_object.h 9 years ago
  Eric Haszlakiewicz 7ae5c3f7a6 Issue #142: un-deprecate json_object_object_get(), but note why you might want to use json_object_object_get_ex() instead. 9 years ago
  Eric Haszlakiewicz 996be85843 Fix a few places that needed adjustment for the size_t changes, including updating the range checks to use a calculated SIZE_T_MAX. 9 years ago
  Eric Haszlakiewicz 9a2915ce66 Merge branch 'fixes-for-upstream' of https://github.com/doctaweeks/json-c into doctaweeks-fixes-for-upstream 9 years ago
  Jan-Philipp Litza 21dc5dc92b Export json_object_double_to_json_string() and use custom format string 9 years ago
  Jan-Philipp Litza 2200ffa8b0 Fix code in docs for json_object_new_double_s() 9 years ago
  Eric Haszlakiewicz 1fb87cd196 Merge branch 'master' of https://github.com/Protovision/json-c into Protovision-master 9 years ago
  Eric Haszlakiewicz 4e0c8b55fb Merge pull request #220 from hschaa/master 9 years ago
  Mina Naguib 138c2a6b97 Clarify json_object_get_string documentation of NULL handling & returning 9 years ago
  Helmut Schaa 00e475c434 Add utility function for comparing json_objects 9 years ago
  Eric Haszlakiewicz 537f8bcbdb Add const qualifiers to several functions that don't modify the json_object. 9 years ago
  Eric Haszlakiewicz 980cdd61be Merge commit '2be921d88376e78f84d79aafa6db2714da804e59' 9 years ago
  Eric Haszlakiewicz 316da85818 Fix issue #201: add a JSON_C_TO_STRING_NOSLASHESCAPE flag to turn off escaping of forward slashes. 9 years ago
  Daniel M. Weeks 92e9a5032b Use size_t for json object array ops 11 years ago
  Eric Haszlakiewicz 12916e229c Merge pull request #196 from rgerhards/improve-performance 10 years ago
  Rainer Gerhards 2d549662be add json_object_object_add_ex() API 10 years ago
  Eric Haszlakiewicz 1757a31750 Fix doc for json_object_new_boolean() to indicate the correct value for TRUE (1). 10 years ago
  Eric Haszlakiewicz 93b1fe63e5 Add back in the __attribute__((__unused__)) that was lost in the previous commit. 10 years ago
  Eric Haszlakiewicz a8bbefbbb4 Merge pull request #183 from cryogen/master 10 years ago
  Jacob Alexander 92d4cf15f0 Adding JSON_C_TO_STRING_PRETTY_TAB flag 10 years ago
  Stuart Walsh 75d7409c4e Fix uninitialised variable compile warning, and also fix unused-when-used warning 10 years ago
  Mark Swoope cdca9d3c8e Added array_list_del_idx and json_object_array_del_idx 10 years ago
  Eric Haszlakiewicz 484ca368f0 Slight style tweaks to the bsearch changest. 10 years ago
  Eric Haszlakiewicz a500c1f0b5 Merge pull request #155 from LeSpocky/bsearch 10 years ago
  Eric Haszlakiewicz 9db3099572 Merge pull request #156 from jubalh/master 10 years ago
  Eric Haszlakiewicz ec4879ac5b Merge pull request #153 from LeSpocky/doc 11 years ago
  Michael Vetter fcf5ad1bd6 Remove trailing whitespace 11 years ago
  Alexander Dahl 2f5789bdef add bsearch for arrays 11 years ago
  Alexander Dahl 37f5d8696d improve doc for json_object_to_json_string() 11 years ago
  Michael J. Chinn 048dcf288a Remove json_type enum trailing comma 11 years ago
  Michael Clark 64e36901a0 Patch to address the following issues: 11 years ago
  Eric Haszlakiewicz 51993c28c2 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. 12 years ago
  Even Rouault 6c4bb3840c Add extern to json_object_set_serializer so that it gets exported (Windows fix) 12 years ago
  Greg Hazel 88bf1c9960 one definition of json_object_object_foreach only works on c99 and later 12 years ago
  Eric Haszlakiewicz 5b36a432c8 Merge branch 'remicollet-issue-float' 12 years ago
  Eric Haszlakiewicz 9b64c05ff9 Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn't complain. Fix warnings in the testReplaceExisting test. 12 years ago
  Eric Haszlakiewicz 92d289f5d3 Add a comment briefly describing json_object_object_length() 12 years ago
  Greg Hazel cca74c6de6 add json_object_object_length 12 years ago