summaryrefslogtreecommitdiff
path: root/src/json.c
Commit message (Expand)AuthorAgeFilesLines
* Minor doc string fixes in json.cEli Zaretskii2018-06-161-2/+3
* Also allow custom false and null when serializing to JSONJoão Távora2018-06-151-82/+113
* Support custom null and false objects when parsing JSONJoão Távora2018-06-151-54/+82
* Fix pointer misuse in JSON parserPaul Eggert2018-06-091-32/+28
* Accept plists when serializing and parsing JSONJoão Távora2018-06-071-24/+73
* ; Fix arglist doc of json parse functionsBasil L. Contovounesios2018-02-031-2/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani2017-12-301-8/+25
* 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