| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix MS-Windows build broken by recent changes in json.c | Chris Zheng | 2017-12-25 | 1 | -0/+3 |
* | Accept alists when serializing JSON | Philipp Stephani | 2017-12-24 | 1 | -10/+47 |
* | JSON serialization: reject duplicate keys in hashtables | Philipp Stephani | 2017-12-24 | 1 | -1/+6 |
* | JSON: improve some comments | Philipp Stephani | 2017-12-22 | 1 | -5/+8 |
* | Define helper functions only if needed | Philipp Stephani | 2017-12-20 | 1 | -1/+7 |
* | * src/json.c (json_parse_error): Fix embarrassing bug. | Philipp Stephani | 2017-12-20 | 1 | -0/+3 |
* | Use Jansson's error code support if available | Philipp Stephani | 2017-12-19 | 1 | -3/+12 |
* | Allow JSON parser functions to return alists | Philipp Stephani | 2017-12-19 | 1 | -30/+99 |
* | ; Add a couple of encoding-related FIXMEs to json.c | Philipp Stephani | 2017-12-19 | 1 | -0/+8 |
* | ; * src/json.c (lisp_to_json): Inline an unnecessary variable. | Philipp Stephani | 2017-12-19 | 1 | -2/+1 |
* | ; Add comments about potential future Jansson flags | Philipp Stephani | 2017-12-19 | 1 | -0/+4 |
* | ; * src/json.c: Convert non-ASCII quotes to ASCII characters. | Eli Zaretskii | 2017-12-14 | 1 | -6/+6 |
* | Support dynamic loading of libjansson on MS-Windows | Eli Zaretskii | 2017-12-10 | 1 | -0/+181 |
* | Implement native JSON support using Jansson | Philipp Stephani | 2017-12-10 | 1 | -0/+576 |
* | Revert "Implement native JSON support using Jansson" | Philipp Stephani | 2017-09-18 | 1 | -469/+0 |
* | Implement native JSON support using Jansson | Philipp Stephani | 2017-09-18 | 1 | -0/+469 |