cJSON_Compare: New function to compare json

This commit is contained in:
Max Bruckner
2017-04-06 13:02:38 +02:00
parent 2a25abbf2a
commit 6ac896d8d2
4 changed files with 298 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ if(ENABLE_CJSON_TEST)
print_value
misc_tests
parse_with_opts
compare_tests
)
add_library(test-common common.c)