summaryrefslogtreecommitdiff
path: root/src/test/test-json.c
Commit message (Collapse)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* shared: json - support escaping utf16 surrogate pairsTom Gundersen2014-12-22
| | | | | | We originally only supported escaping ucs2 encoded characters (as \uxxxx). This only covers the BMP. Support escaping also utf16 surrogate pairs (on the form \uxxxx\uyyyy) to cover all of unicode.
* shared: utf8 - support ucs4 -> utf8Tom Gundersen2014-12-22
| | | | | Originally we only supported ucs2, so move the ucs4 version from libsystemd-terminal to shared and use that everywhere.
* test-json: use fabsThomas Hindoe Paaboel Andersen2014-12-16
|
* shared: add minimal JSON tokenizerLennart Poettering2014-12-15