summaryrefslogtreecommitdiff
path: root/json-glib/json-parser.h
Commit message (Expand)AuthorAgeFilesLines
* Update the JsonParser documentationEmmanuele Bassi2021-06-101-1/+6
* docs: Initial, rough port away from gtk-docEmmanuele Bassi2021-06-081-7/+1
* json-parser: Support loading files via memory mappingPhilip Withnall2020-06-091-0/+4
* core: Add json_parser_steal_root()Ole André Vadla Ravnås2017-03-181-0/+2
* core: Add immutability support to core objectsPhilip Withnall2016-03-011-0/+2
* Add autoptr macrosEmmanuele Bassi2016-02-291-0/+4
* Use compiler annotations to determine symbol visibilityEmmanuele Bassi2014-03-181-1/+12
* Move the single include guard after multiple inclusion oneEmmanuele Bassi2013-12-041-3/+3
* parser: Always perform UTF-8 validationEmmanuele Bassi2013-10-271-0/+2
* parser: Empty member names are not validEmmanuele Bassi2012-10-261-1/+3
* Fix the include for json-types.hEmmanuele Bassi2010-08-021-1/+1
* parser: Add loading from a GInputStreamEmmanuele Bassi2010-08-021-18/+31
* docs: Fix typo in JsonParserError annotationEmmanuele Bassi2010-04-141-1/+1
* parser: Add MISSING_COLON errorEmmanuele Bassi2010-03-191-0/+2
* parser: Return specific error codesEmmanuele Bassi2010-03-191-0/+8
* Disallow single header file inclusionEmmanuele Bassi2009-08-121-0/+4
* Fix license and copyright noticesEmmanuele Bassi2009-06-091-2/+6
* Move JsonTokenType into JsonScannerEmmanuele Bassi2008-02-291-13/+2
* Revert JsonParser::get_root semanticsEmmanuele Bassi2008-01-291-1/+0
* Use gssize for the buffer length parameterEmmanuele Bassi2007-12-251-1/+1
* Change json_parser_get_root() semanticsEmmanuele Bassi2007-11-211-0/+2
* Add support for parsing assignmentsEmmanuele Bassi2007-11-101-0/+5
* Add line/position getters to JsonParserEmmanuele Bassi2007-10-051-9/+12
* Document the newly added signalsEmmanuele Bassi2007-10-051-1/+9
* Add more signals to the JsonParser classEmmanuele Bassi2007-10-051-3/+22
* Complete API reference of JSON-GLibEmmanuele Bassi2007-10-011-0/+19
* Add licensing informations to the source codeEmmanuele Bassi2007-10-011-0/+19
* Add JsonNode, a generic container for JSON typesEmmanuele Bassi2007-10-011-1/+1
* Add stubs to JsonParser for actually parsing a JSON streamEmmanuele Bassi2007-09-211-3/+25
* Initial import of JSON-GLibEmmanuele Bassi2007-09-201-0/+57