Searched refs:JSMN_OBJECT (Results 1 – 2 of 2) sorted by relevance
208 token->type = (c == '{' ? JSMN_OBJECT : JSMN_ARRAY); in jsmn_parse()215 type = (c == '}' ? JSMN_OBJECT : JSMN_ARRAY); in jsmn_parse()273 tokens[parser->toksuper].type != JSMN_OBJECT) { in jsmn_parse()278 if (tokens[i].type == JSMN_ARRAY || tokens[i].type == JSMN_OBJECT) { in jsmn_parse()296 if (t->type == JSMN_OBJECT || in jsmn_parse()
49 JSMN_OBJECT = 1, enumerator