提交历史

作者 SHA1 备注 提交日期
  Krzysztof Gabis ba29f4eda9 1.5.3: Fixes compilation on mac os (due to sprintf being deprecated) #209 2 年之前
  Valerie Avva Lim 60c37844d7 1.5.2: fix Arithmetic overflow (#204) 2 年之前
  Krzysztof Gabis 3c4ee26dbb 1.5.1: Fixes a bug in json_object_clear. 3 年之前
  Alexandru Ardelean 1314bf8ad6 1.5.0: Using memcpy instead of sprintf for string literals, adds json_set_number_serialization_function 3 年之前
  Krzysztof Gabis a34e725282 1.4.0: Accepting trailing commas in objects and arrays 4 年之前
  Cristian Pop 4158fdbea7 1.3.1: Fixes size_t conversion on x64 systems. Excluding build/ in .gitignore. (#177) 4 年之前
  Krzysztof Gabis 4bd5797811 Fixes repository URL 4 年之前
  Krzysztof Gabis 6e30db3599 Updates license (version and year). 4 年之前
  Krzysztof Gabis af848c27b4 1.3.0: Adds json_set_float_serialization_format function. 4 年之前
  Krzysztof Gabis fd77bcddc1 1.2.1: Not using SIZE_MAX macro (issue #167) 4 年之前
  Krzysztof Gabis 6b3d6f42f2 1.2.0: JSON objects are now implemented using hash maps, PARSON_VERSION defines (issue #37) 4 年之前
  Krzysztof Gabis 2d7b3ddf12 1.1.3: Ignoring floating point underflow (issue #161) 5 年之前
  Disconnect3d ab7f5e5401 Fix memleak when parsing keys with embedded null bytes (#157) 5 年之前
  benswick 60b2c69f17 Improved serialization performance (#156) 5 年之前
  reuben olinsky 102a4467e1 Add support for string values with embedded '\0' characters (#137) 6 年之前
  ɹɐɯsǝʎ 186680a511 Guard against potential integer overflow (#133) 6 年之前
  dan soucy 9d63e76014 Avoid truncating strings warning (#131) 6 年之前
  Krzysztof Gabis 0341880552 Using semantic versioning from now on, Parson is officially 1.0.0 6 年之前
  Krzysztof Gabis c5bb9557fe Updates copyright year. 6 年之前
  Akihiro Suda 9ec77a8d74 add SPDX-License-Identifier 6 年之前
  Krzysztof Gabis 302fba9cbb Makes escaping slashes when serializing JSON optional (adds json_set_escape_slashes() function) 7 年之前
  zolvarga 69684f600c Remove trailing spaces 7 年之前
  Krzysztof Gabis 2bfa4153db Updates copyright. 9 年之前
  Krzysztof Gabis f419334a32 Adds links to parent values and values used to wrap objects/arrays. Assigning a value to 2 objects/arrays returns an error now. 9 年之前
  Krzysztof Gabis a1c356eaa9 Adds functions to check if object has value with a certain name (and optionally type). 9 年之前
  Krzysztof Gabis f60ddcd05b Adds missing character (in a comment). 10 年之前
  Krzysztof Gabis 5c4a11b036 Removes trailing whitespace. 10 年之前
  Krzysztof Gabis 473c7f3d8d Adds json_object_get_value_at function to access values in objects in O(1) time. 10 年之前
  Krzysztof Gabis c9b920c4a3 Fixes a bug in json_array_remove and adds relevant tests (thanks to KB for finding this). 10 年之前
  Krzysztof Gabis 86a5a20856 Adds comments regarding memory management. 10 年之前