json-tutorial
json-tutorial copied to clipboard
tutorial06的test.c中缺少对object的lept_parse_invalid_value的测试
可以增加一个TEST_ERROR(LEPT_PARSE_INVALID_VALUE, "{"a" : nul}"); 的测试用来检测在object的member中出现invalid value 时程序是否有内存泄漏和是否能正常运行。