summaryrefslogtreecommitdiff
path: root/json-glib/json-path.c
Commit message (Expand)AuthorAgeFilesLines
* Drop or mark unused parametersEmmanuele Bassi2022-10-111-1/+1
* Fix sign comparison warningsEmmanuele Bassi2022-10-111-3/+3
* Update the JsonPath documentationEmmanuele Bassi2021-06-101-44/+41
* docs: Initial, rough port away from gtk-docEmmanuele Bassi2021-06-081-48/+48
* core: Avoid json_object_get_members()Garrett Regier2017-06-161-8/+6
* docs: Fix array subsets descriptionAllin Cottrell2017-03-181-2/+2
* docs: Use appropriate markdown for literalsEmmanuele Bassi2017-03-181-8/+8
* Use Unicode in translatable stringsPiotr Drąg2017-03-181-6/+6
* doc: Use 'plain' language for JSON snippetsEmmanuele Bassi2017-03-181-3/+4
* Fix translator commentsPiotr Drąg2017-01-281-1/+1
* node: Add json_node_ref() and json_node_unref()Philip Withnall2016-03-011-2/+2
* Remove conditional inclusion of config.hEmmanuele Bassi2014-03-181-2/+0
* docs: Port to MarkDownEmmanuele Bassi2014-03-181-158/+110
* Handle invalid path: invalid first characterbi2013-12-021-1/+9
* path: compile and query path '$' to retrieve root nodebi2013-12-021-2/+5
* Handle invalid path : missing member name after .bi2013-12-021-0/+8
* path: Check if JSONPath expression is NULLJuan A. Suarez Romero2013-09-191-0/+2
* path: Remove unused variableEmmanuele Bassi2013-08-211-1/+1
* debug: Clean up debug flags accessorEmmanuele Bassi2013-05-161-1/+6
* path: Move debug dump of the path into its own functionEmmanuele Bassi2013-05-161-61/+62
* Use G_DEFINE_QUARK macroEmmanuele Bassi2013-05-161-6/+2
* path: Fix get all object members with wildcardEmmanuele Bassi2013-01-111-1/+1
* path: Fix get all array elements with wildcardJuan A. Suarez Romero2013-01-111-1/+1
* path: Pass int width for printf field width, not longColin Walters2012-06-081-4/+4
* Mark GError messages for translationsEmmanuele Bassi2011-06-011-6/+7
* Add i18n machineryEmmanuele Bassi2011-06-011-1/+3
* Revert "path: Add some more validation points"Emmanuele Bassi2011-06-011-56/+21
* path: Add some more validation pointsEmmanuele Bassi2011-06-011-21/+56
* docs: Document JsonPath and add it to the API referenceEmmanuele Bassi2011-06-011-2/+172
* Add initial JSONPath implementationEmmanuele Bassi2011-05-311-0/+856