Method
JsonParserload_from_file
Declaration [src]
gboolean
json_parser_load_from_file (
JsonParser* parser,
const gchar* filename,
GError** error
)
Description [src]
Loads a JSON stream from the content of filename
and parses it.
If the file is large or shared between processes, json_parser_load_from_mapped_file() may be a more efficient way to load it.
See also: json_parser_load_from_data()