summaryrefslogtreecommitdiff
path: root/src/json.c
AgeCommit message (Expand)Author
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-16Minor doc string fixes in json.cEli Zaretskii
2018-06-15Also allow custom false and null when serializing to JSONJoão Távora
2018-06-15Support custom null and false objects when parsing JSONJoão Távora
2018-06-09Fix pointer misuse in JSON parserPaul Eggert
2018-06-07Accept plists when serializing and parsing JSONJoão Távora
2018-02-03; Fix arglist doc of json parse functionsBasil L. Contovounesios
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-30Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani
2017-12-25Fix MS-Windows build broken by recent changes in json.cChris Zheng
2017-12-24Accept alists when serializing JSONPhilipp Stephani
2017-12-24JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani
2017-12-22JSON: improve some commentsPhilipp Stephani
2017-12-20Define helper functions only if neededPhilipp Stephani
2017-12-20* src/json.c (json_parse_error): Fix embarrassing bug.Philipp Stephani
2017-12-19Use Jansson's error code support if availablePhilipp Stephani
2017-12-19Allow JSON parser functions to return alistsPhilipp Stephani
2017-12-19; Add a couple of encoding-related FIXMEs to json.cPhilipp Stephani
2017-12-19; * src/json.c (lisp_to_json): Inline an unnecessary variable.Philipp Stephani
2017-12-19; Add comments about potential future Jansson flagsPhilipp Stephani
2017-12-14; * src/json.c: Convert non-ASCII quotes to ASCII characters.Eli Zaretskii
2017-12-10Support dynamic loading of libjansson on MS-WindowsEli Zaretskii
2017-12-10Implement native JSON support using JanssonPhilipp Stephani
2017-09-18Revert "Implement native JSON support using Jansson"Philipp Stephani
2017-09-18Implement native JSON support using JanssonPhilipp Stephani