summaryrefslogtreecommitdiff
path: root/pango/json/gtkjsonparser.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing includemissing-includeMatthias Clasen2021-12-161-0/+1
| | | | | | This was breaking the build on some macOs versions. Fixes: #640
* gtkjsonparser.c: Include stdlib.hChun-wei Fan2021-12-131-0/+1
| | | | It is needed for strtol()/strtoul().
* json: Fix up select_stringMatthias Clasen2021-12-091-1/+1
| | | | There was a copy-paste error here.
* Update to a newer json parserMatthias Clasen2021-12-091-22/+122
|
* Plug a memory leak in the json parserMatthias Clasen2021-12-061-0/+2
|
* Update the json parserMatthias Clasen2021-12-051-193/+684
| | | | | This includes better error reporting, with error locations.
* jsonparser: Plug a memory leakserializer-rewriteMatthias Clasen2021-12-021-0/+2
|
* Add gtk_json_parser_set_errorMatthias Clasen2021-12-021-0/+9
|
* serializer: Replace json-glibMatthias Clasen2021-12-021-0/+1131
Replace json-glib by a homegrown json parser/printer.