| Top | Home | Up | Prev | Next |
Utility API
Utility API — Various utility functions
Functions
Includes
#include <json-glib/json-glib.h>
Description
Various utility functions.
Functions
json_from_string ()
JsonNode * json_from_string (const char *str,GError **error);
Parses the string in str
and returns a JsonNode representing
the JSON tree.
In case of parsing error, this function returns NULL and sets
error
appropriately.
Parameters
Since: 1.2
Types and Values
Generated by GTK-Doc V1.25