
Classes | |
| struct | JSONDotNotationElem |
| struct | JSONDotNotation |
Macros | |
| #define | _json_object_object_get json_object_object_get |
Functions | |
| struct json_object * | json_dot_notation_eval (JSONDotNotation *self, struct json_object *jso) |
| JSONDotNotation * | json_dot_notation_new (void) |
| void | json_dot_notation_free (JSONDotNotation *self) |
| struct json_object * | json_extract (struct json_object *jso, const gchar *dot_notation) |
| #define _json_object_object_get json_object_object_get |
| struct json_object* json_dot_notation_eval | ( | JSONDotNotation * | self, |
| struct json_object * | jso | ||
| ) |
| void json_dot_notation_free | ( | JSONDotNotation * | self | ) |
| JSONDotNotation* json_dot_notation_new | ( | void | ) |
| struct json_object* json_extract | ( | struct json_object * | jso, |
| const gchar * | dot_notation | ||
| ) |