Method
JsonParserload_from_data
Declaration [src]
gboolean
json_parser_load_from_data (
JsonParser* parser,
const gchar* data,
gssize length,
GError** error
)
Description [src]
Loads a JSON stream from a buffer and parses it.
You can call this function multiple times with the same parser, but the contents of the parser will be destroyed each time.