|
|
@ -554,10 +554,11 @@ int test_keyvalue(void) {
|
|
|
|
#define jsmntype_t jsmntype_nonstrict_t
|
|
|
|
#define jsmntype_t jsmntype_nonstrict_t
|
|
|
|
#define jsmnerr_t jsmnerr_nonstrict_t
|
|
|
|
#define jsmnerr_t jsmnerr_nonstrict_t
|
|
|
|
#define jsmntok_t jsmntok_nonstrict_t
|
|
|
|
#define jsmntok_t jsmntok_nonstrict_t
|
|
|
|
#define JSMN_PRIMITIVE JSMN_PRIMITIVE_NONSTRICT
|
|
|
|
|
|
|
|
#define JSMN_OBJECT JSMN_OBJECT_NONSTRICT
|
|
|
|
#define JSMN_OBJECT JSMN_OBJECT_NONSTRICT
|
|
|
|
#define JSMN_ARRAY JSMN_ARRAY_NONSTRICT
|
|
|
|
#define JSMN_ARRAY JSMN_ARRAY_NONSTRICT
|
|
|
|
#define JSMN_STRING JSMN_STRING_NONSTRICT
|
|
|
|
#define JSMN_STRING JSMN_STRING_NONSTRICT
|
|
|
|
|
|
|
|
#define JSMN_PRIMITIVE JSMN_PRIMITIVE_NONSTRICT
|
|
|
|
|
|
|
|
#define JSMN_UNDEFINED JSMN_UNDEFINED_NONSTRICT
|
|
|
|
#define JSMN_ERROR_NOMEM JSMN_ERROR_NOMEM_NONSTRICT
|
|
|
|
#define JSMN_ERROR_NOMEM JSMN_ERROR_NOMEM_NONSTRICT
|
|
|
|
#define JSMN_ERROR_INVAL JSMN_ERROR_INVAL_NONSTRICT
|
|
|
|
#define JSMN_ERROR_INVAL JSMN_ERROR_INVAL_NONSTRICT
|
|
|
|
#define JSMN_ERROR_PART JSMN_ERROR_PART_NONSTRICT
|
|
|
|
#define JSMN_ERROR_PART JSMN_ERROR_PART_NONSTRICT
|
|
|
|