]> git.feebdaed.xyz Git - 0xmirror/cJSON.git/commit
feat: add cJSON_SetBoolValue and test (#639)
authorStoian Ivanov <st.iv.sdr@gmail.com>
Wed, 26 Jan 2022 12:24:50 +0000 (14:24 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 12:24:50 +0000 (20:24 +0800)
commita6424b85dde200a87cac26451c6f0a6f3426681f
tree8862b2aed4d0ec9519d1ff053db0104827adf3ae
parent3cecc404664860bb4edbd9563b511bdf009d57ad
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>
cJSON.h
tests/misc_tests.c