Commit Verlauf

Autor SHA1 Nachricht Datum
  Krzysztof Gabis a34e725282 1.4.0: Accepting trailing commas in objects and arrays vor 4 Jahren
  Krzysztof Gabis 4bd5797811 Fixes repository URL vor 4 Jahren
  Krzysztof Gabis 6e30db3599 Updates license (version and year). vor 4 Jahren
  Krzysztof Gabis af848c27b4 1.3.0: Adds json_set_float_serialization_format function. vor 4 Jahren
  Krzysztof Gabis fd77bcddc1 1.2.1: Not using SIZE_MAX macro (issue #167) vor 4 Jahren
  Krzysztof Gabis 6b3d6f42f2 1.2.0: JSON objects are now implemented using hash maps, PARSON_VERSION defines (issue #37) vor 4 Jahren
  Disconnect3d ab7f5e5401 Fix memleak when parsing keys with embedded null bytes (#157) vor 4 Jahren
  benswick 60b2c69f17 Improved serialization performance (#156) vor 4 Jahren
  reuben olinsky 102a4467e1 Add support for string values with embedded '\0' characters (#137) vor 5 Jahren
  Krzysztof Gabis 70dc239f8f Optional tests directory path argument in tests.c vor 6 Jahren
  Krzysztof Gabis 2be6991d84 Adds tests to avoid json_object_set_* memory leaks (fixed in 39c2d51). vor 6 Jahren
  Krzysztof Gabis c5bb9557fe Updates copyright year. vor 6 Jahren
  Akihiro Suda 9ec77a8d74 add SPDX-License-Identifier vor 6 Jahren
  Krzysztof Gabis 302fba9cbb Makes escaping slashes when serializing JSON optional (adds json_set_escape_slashes() function) vor 7 Jahren
  zolvarga 69684f600c Remove trailing spaces vor 7 Jahren
  Krzysztof Gabis 387c5665f6 Better handling of CRLF line breaks. vor 8 Jahren
  Krzysztof Gabis c147744b72 Workaround for MSVC C2124 error. vor 8 Jahren
  tbeu 1839d0de54 Fix typos vor 8 Jahren
  Krzysztof Gabis 4e8a901242 Changes float print format, removes array/object capacity limit, doesn't accept inf/nan numbers. vor 8 Jahren
  Krzysztof Gabis e18751499d Adds a simple memory leak test. vor 8 Jahren
  Krzysztof Gabis e1292a0e3c Small refactoring in parse_utf16 (+ tests) and typo fix in json_array_remove. vor 8 Jahren
  Krzysztof Gabis 578b25e590 Counting malloc and free calls to avoid memory leaks (#82). vor 8 Jahren
  Krzysztof Gabis 343fe13f17 Order of items in an array is preserved after removing an item. vor 8 Jahren
  Krzysztof Gabis e410fc7c33 Increases MAX_NESTING of json objects/arrays to 2048. vor 8 Jahren
  Krzysztof Gabis 2bfa4153db Updates copyright. vor 9 Jahren
  Krzysztof Gabis 96150ba1fd Removes dependency on sscanf and prints line numbers in tests output. vor 9 Jahren
  Krzysztof Gabis cb14736e96 Checking errno after strtod call. vor 9 Jahren
  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. vor 9 Jahren
  Krzysztof Gabis a1c356eaa9 Adds functions to check if object has value with a certain name (and optionally type). vor 9 Jahren
  Jacob Enget 9d6fbde0c4 Adds test that fails when validating array elements vor 9 Jahren