Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/json_from_string: Don't reset user-provided error argument | Heinrich Fink | 2017-03-18 | 1 | -1/+0 |
| | | | | | | | | In json_from_string, just pass the user-provided GError** to json_parser_load_from_data. Otherwise json_from_string will never propagate any parser errors back to the caller. https://bugzilla.gnome.org/show_bug.cgi?id=766281 | ||||
* | core: Optimize json_from_string() to avoid copy | Ole André Vadla Ravnås | 2017-03-18 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=774688 | ||||
* | Add simple JSON/string utilities | Emmanuele Bassi | 2015-06-09 | 1 | -0/+103 |
Wrap JsonParser and JsonGenerator in simple, easy to call functions that manage the objects for you. |