120 s_json_t *json,
const char *json_path,
void s_json_string_raw(const char **string_raw, size_t *string_raw_length, s_json_t *json, const char *json_path, int root_object_index, s_json_err_t *rc)
int s_json_int(s_json_t *json, const char *json_path, int root_object_index, s_json_err_t *rc)
int s_json_object(s_json_t *json, const char *json_path, int root_object_index, s_json_err_t *rc)
s_json_t * s_json_init(const char *json_string, size_t json_string_len, s_json_err_t *rc)
void s_json_cleanup(s_json_t *json)
struct s_json s_json_t
Definition: s_json.h:29
s_json_err_t
Definition: s_json.h:14
long s_json_long(s_json_t *json, const char *json_path, int root_object_index, s_json_err_t *rc)
double s_json_double(s_json_t *json, const char *json_path, int root_object_index, s_json_err_t *rc)
char * s_json_string(s_json_t *json, const char *json_path, int root_object_index, s_json_err_t *rc)
float s_json_float(s_json_t *json, const char *json_path, int root_object_index, s_json_err_t *rc)
int s_json_boolean(s_json_t *json, const char *json_path, int root_object_index, s_json_err_t *rc)