dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Macros | Functions
JSON

Simple lightweight general-purpose JSON parser based on jsmn. More...

Functions

int16_t json_load (char *json_buffer, uint16_t json_buffer_sz, struct jsmntok *tokens, uint16_t tokens_sz)
 
int16_t json_get_token_idx (const char *, uint16_t, jsmntok_t *, uint16_t, const char *, uint16_t)
 
int16_t json_token_id_from_path (const char *, uint16_t, jsmntok_t *, uint16_t, const char *)
 
int16_t json_int_from_path (const char *, uint16_t, jsmntok_t *, uint16_t, const char *)
 
int16_t json_bool_from_path (const char *path, uint16_t path_sz, struct jsmntok *tokens, uint16_t tokens_sz, const char *buf)
 
int16_t json_str_from_path (const char *, uint16_t, char *, uint16_t, jsmntok_t *, uint16_t, const char *)
 

Detailed Description

Simple lightweight general-purpose JSON parser based on jsmn.

JSON Paths