index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
json.c
Age
Commit message (
Expand
)
Author
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-16
Minor doc string fixes in json.c
Eli Zaretskii
2018-06-15
Also allow custom false and null when serializing to JSON
João Távora
2018-06-15
Support custom null and false objects when parsing JSON
João Távora
2018-06-09
Fix pointer misuse in JSON parser
Paul Eggert
2018-06-07
Accept plists when serializing and parsing JSON
João Távora
2018-02-03
; Fix arglist doc of json parse functions
Basil L. Contovounesios
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-12-30
Improve error reporting when serializing non-Unicode strings to JSON
Philipp Stephani
2017-12-25
Fix MS-Windows build broken by recent changes in json.c
Chris Zheng
2017-12-24
Accept alists when serializing JSON
Philipp Stephani
2017-12-24
JSON serialization: reject duplicate keys in hashtables
Philipp Stephani
2017-12-22
JSON: improve some comments
Philipp Stephani
2017-12-20
Define helper functions only if needed
Philipp Stephani
2017-12-20
* src/json.c (json_parse_error): Fix embarrassing bug.
Philipp Stephani
2017-12-19
Use Jansson's error code support if available
Philipp Stephani
2017-12-19
Allow JSON parser functions to return alists
Philipp Stephani
2017-12-19
; Add a couple of encoding-related FIXMEs to json.c
Philipp 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 flags
Philipp Stephani
2017-12-14
; * src/json.c: Convert non-ASCII quotes to ASCII characters.
Eli Zaretskii
2017-12-10
Support dynamic loading of libjansson on MS-Windows
Eli Zaretskii
2017-12-10
Implement native JSON support using Jansson
Philipp Stephani
2017-09-18
Revert "Implement native JSON support using Jansson"
Philipp Stephani
2017-09-18
Implement native JSON support using Jansson
Philipp Stephani
[prev]