cJSON/tests
Stoian Ivanov a6424b85dd
feat: add cJSON_SetBoolValue and test (#639)
* cJSON_SetBoolValue plus test

* cJSON_Invalid insted of just 0

* Update tests/misc_tests.c

* VSCode standard C formater applied

Co-authored-by: Alan Wang <wp_scut@163.com>
2022-01-26 20:24:50 +08:00
..
inputs
json-patch-tests
unity
cjson_add.c fix several null pointer problems on allocation failure (#526) 2020-11-12 11:46:15 +08:00
CMakeLists.txt
common.h
compare_tests.c update testcase, fixes #433 2020-04-02 16:24:10 +08:00
json_patch_tests.c Typos found by codespell (#607) 2021-08-25 15:01:12 +08:00
minify_tests.c
misc_tests.c feat: add cJSON_SetBoolValue and test (#639) 2022-01-26 20:24:50 +08:00
misc_utils_tests.c
old_utils_tests.c
parse_array.c array's item should be in the list 2020-05-06 17:18:42 +08:00
parse_examples.c Added cJSON_ParseWithLength (#358) 2020-04-02 19:24:36 +08:00
parse_hex4.c
parse_number.c
parse_object.c
parse_string.c
parse_value.c
parse_with_opts.c
print_array.c
print_number.c
print_object.c
print_string.c
print_value.c
readme_examples.c docs: fix simple typo, transfering -> transferring (#527) 2020-11-16 08:57:02 +08:00
unity_setup.c