提交歷史

作者 SHA1 備註 提交日期
  Debora Grosse a69ad22639 Remove test for negative zero, as -0 is acceptable output 8 年之前
  Debora Grosse 3fc9bc0648 cJSON: Fix print_number to print significant digits of doubles 8 年之前
  Max Bruckner 02a05eea4e cJSON: Add cJSON_malloc and cJSON_free 8 年之前
  Max Bruckner 6ac896d8d2 cJSON_Compare: New function to compare json 8 年之前
  Max Bruckner 2a25abbf2a Deduplicate code for cJSON_GetObjectItem 8 年之前
  Max Bruckner e9803341d5 simplify and rename cJSON_strcasecmp 8 年之前
  Max Bruckner 6c3df7eb59 cJSON_ParseWithOpts: Fix -Wmissing-field-initializers 8 年之前
  Pawel Winogrodzki 2148e3277a Renaming "min" to "cjson_min". 8 年之前
  Pawel Winogrodzki c786cd9714 Adding back "const". 8 年之前
  Pawel Winogrodzki 238ceec175 Fixing all W4-level warnings. 8 年之前
  Max Bruckner 6702037b68 cJSON_Delete: Improve readability 8 年之前
  Max Bruckner eb5000ba61 cJSON_strdup: improve readability 8 年之前
  Max Bruckner 655c26ada1 cJSON_strcasecmp: Improve readability 8 年之前
  Max Bruckner 218b0c8dcf cJSON_Print: Use reallocate if available 8 年之前
  Max Bruckner 281df6997c Update copyright 8 年之前
  Max Bruckner 56a32f9ecc Use error_position instead of error pointer internally 8 年之前
  Max Bruckner 2683589d93 parser: Construct error pointer from buffer offset 8 年之前
  Max Bruckner c837177a56 utf16_literal_to_utf8: Support \u0000 8 年之前
  Max Bruckner 80bc7652ae cJSON_ParseWithOptions: Remove end pointer 8 年之前
  Max Bruckner 87a204ed0b parse_functions: Return booleans instead of pointers 8 年之前
  Max Bruckner c9739c59fd Replace strchr with switch case 8 年之前
  Max Bruckner 778a0c146f parse_string: Use parsebuffer 8 年之前
  Max Bruckner f69b109c9f parse_number: Use parse_buffer 8 年之前
  Max Bruckner fef1c45b92 parse_object: Use parse_buffer 8 年之前
  Max Bruckner 033a542532 parse_array: Use parsebuffer 8 年之前
  Max Bruckner fd0320cf54 parse_value: Use parse_buffer 8 年之前
  Max Bruckner 0f98214e71 parsebuffer: type and macros 8 年之前
  Max Bruckner 06a2326e3b cJSON_ParseWithOpts: Use goto fail 8 年之前
  Max Bruckner 11131b9ced cJSON_ParseWithOptions: Improve variable names and intent 8 年之前
  Max Bruckner 99db5db9a4 Release version 1.4.6 8 年之前