Searched refs:json_throw_parse_error (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_cjson.c | 1099 static void json_throw_parse_error(lua_State *l, json_parse_t *json, in json_throw_parse_error() function 1155 json_throw_parse_error(l, json, "object key string", &token); in json_parse_object_context() 1162 json_throw_parse_error(l, json, "colon", &token); in json_parse_object_context() 1179 json_throw_parse_error(l, json, "comma or object end", &token); in json_parse_object_context() 1217 json_throw_parse_error(l, json, "comma or array end", &token); in json_parse_array_context() 1249 json_throw_parse_error(l, json, "value", token); in json_process_value() 1286 json_throw_parse_error(l, &json, "the end", &token); in json_decode()
|