summaryrefslogtreecommitdiffstats
path: root/src/shared/json.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* codespell: fix spelling errorsBen Boeckel2019-04-291-2/+2
* json: let's not accept embedded NUL bytes when allocating JSON stringsLennart Poettering2019-04-261-1/+1
* json: be more careful when iterating through a JSON object/arrayLennart Poettering2019-04-121-2/+4
* json: simplify JSON_VARIANT_OBJECT_FOREACH() macro a bitLennart Poettering2019-04-121-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-1/+2
* nspawn-oci: use SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2019-03-211-3/+3
* json: fix typoLennart Poettering2019-01-071-1/+1
* json: teach json_log() the new SYNTHETIC_ERRNO() logicLennart Poettering2019-01-071-1/+0
* json: add new display flag JSON_FORMAT_COLOR_AUTOLennart Poettering2018-12-031-6/+7
* json: introduce explicit type for json formatting flagsLennart Poettering2018-12-031-4/+4
* json: use new _align_() macroLennart Poettering2018-12-031-2/+2
* json: teach json builder "conditional" object fieldsLennart Poettering2018-11-281-0/+2
* Move various files that don't need to be in basic/ to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+283
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-88/+0
* json: minor style fixesv220Lennart Poettering2015-05-211-10/+12
* shared/json: Added DOM-like JSON parserPavel Odvody2015-05-191-0/+37
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* shared: add minimal JSON tokenizerLennart Poettering2014-12-151-0/+50