summaryrefslogtreecommitdiff
path: root/src/json.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix MS-Windows build broken by recent changes in json.cChris Zheng2017-12-251-0/+3
* Accept alists when serializing JSONPhilipp Stephani2017-12-241-10/+47
* JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani2017-12-241-1/+6
* JSON: improve some commentsPhilipp Stephani2017-12-221-5/+8
* Define helper functions only if neededPhilipp Stephani2017-12-201-1/+7
* * src/json.c (json_parse_error): Fix embarrassing bug.Philipp Stephani2017-12-201-0/+3
* Use Jansson's error code support if availablePhilipp Stephani2017-12-191-3/+12
* Allow JSON parser functions to return alistsPhilipp Stephani2017-12-191-30/+99
* ; Add a couple of encoding-related FIXMEs to json.cPhilipp Stephani2017-12-191-0/+8
* ; * src/json.c (lisp_to_json): Inline an unnecessary variable.Philipp Stephani2017-12-191-2/+1
* ; Add comments about potential future Jansson flagsPhilipp Stephani2017-12-191-0/+4
* ; * src/json.c: Convert non-ASCII quotes to ASCII characters.Eli Zaretskii2017-12-141-6/+6
* Support dynamic loading of libjansson on MS-WindowsEli Zaretskii2017-12-101-0/+181
* Implement native JSON support using JanssonPhilipp Stephani2017-12-101-0/+576
* Revert "Implement native JSON support using Jansson"Philipp Stephani2017-09-181-469/+0
* Implement native JSON support using JanssonPhilipp Stephani2017-09-181-0/+469