Loading...
Searching...
No Matches
Go to the documentation of this file.
25#if (MODULE_MEGAWIFI != 0)
33#define json_item(json_str, obj_tok, idx) (idx) < 0 ? NULL : \
34 &((json_str)[(obj_tok)[idx].start])
48int json_null_terminate(
char *json_str,
const jsmntok_t *obj_tok,
int num_tok);
60bool json_is_key(
const jsmntok_t *json_tok,
int obj_idx,
int num_tok);
74int json_object_next(
const jsmntok_t *obj_tok,
int obj_idx,
int parent_idx,
88int json_key_next(
const jsmntok_t *json_tok,
int obj_idx,
int parent_idx,
106int json_key_search(
const char *key,
const char *json_str,
107 const jsmntok_t *json_tok,
int obj_idx,
int parent_idx,
119int json_bool_get(
const char *json_str,
const jsmntok_t *json_tok,
int obj_idx);