summaryrefslogtreecommitdiff
path: root/json-glib/json-reader.c
Commit message (Expand)AuthorAgeFilesLines
* Add new api json_reader_get_current_nodeFrederic Martinsons2022-10-111-0/+19
* Update the JsonReader documentationEmmanuele Bassi2021-06-101-99/+152
* docs: Initial, rough port away from gtk-docEmmanuele Bassi2021-06-081-51/+50
* core: Avoid json_object_get_members()Garrett Regier2017-06-161-13/+10
* introspection: fix nullable annotation for return values in the following met...Alberto Ruiz2017-03-181-5/+5
* reader: Make json_reader_get_value return a value for the null type. This mat...Robert Ancell2017-03-181-1/+1
* Use Unicode in translatable stringsPiotr Drąg2017-03-181-13/+13
* Annotate internal set_error() wrapperEmmanuele Bassi2017-03-131-0/+1
* node: Add json_node_ref() and json_node_unref()Philip Withnall2016-03-011-2/+2
* Fix code returning FALSE when it should be NULLRobert Ancell2015-11-241-1/+1
* reader: Clarify use of json_reader_end_[element|member]() with errorsPhilip Withnall2015-08-181-2/+29
* reader: Maintain a stack of member namesPhilip Withnall2015-01-251-13/+16
* Remove conditional inclusion of config.hEmmanuele Bassi2014-03-181-4/+0
* docs: Port to MarkDownEmmanuele Bassi2014-03-181-11/+8
* reader: When a read() fails, don't track back on end()Bastien Nocera2014-02-031-4/+12
* reader: Fix example code for json_reader_read_member()Bastien Nocera2014-02-031-3/+3
* Remove compile time GLib version checkEmmanuele Bassi2013-08-211-13/+0
* Use new macros when compiling against new GLibEmmanuele Bassi2013-07-201-0/+10
* Use G_DEFINE_QUARK macroEmmanuele Bassi2013-05-161-7/+3
* reader: "null" is a valueEmmanuele Bassi2012-10-271-1/+2
* reader: Do not do strict type validation on numeric typesEmmanuele Bassi2012-07-151-21/+0
* reader: Do more strict validationEmmanuele Bassi2011-09-091-23/+154
* Remove G_CONST_RETURN usageEmmanuele Bassi2011-06-091-3/+3
* Mark GError messages for translationsEmmanuele Bassi2011-06-011-10/+10
* Add i18n machineryEmmanuele Bassi2011-06-011-0/+2
* reader: Fix bug in example usageBastien Nocera2011-04-211-1/+1
* reader: Plug a leakEmmanuele Bassi2011-02-061-9/+6
* reader: Add accessor for the member nameEmmanuele Bassi2011-02-061-0/+32
* reader: Allow using read_element() on objectsEmmanuele Bassi2011-02-061-16/+51
* reader: Add list_members() methodEmmanuele Bassi2011-02-041-0/+46
* reader: Use GObject ≥ 2.26 APIEmmanuele Bassi2010-12-141-20/+15
* reader: Add :root constructor propertyEmmanuele Bassi2010-08-141-8/+88
* reader: Do not wrap JsonParserEmmanuele Bassi2010-08-121-61/+29
* reader: Mirror the JsonBuilder API value accessorsEmmanuele Bassi2010-08-121-17/+17
* Add JsonReaderEmmanuele Bassi2010-08-121-0/+779