1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00
emacs/doc
Mattias Engdegård e55e2e1c6b Make json-serialize always return a unibyte string (bug#70007)
The JSON format is defined as a byte sequence and will always be used as
such, so returning a multibyte string makes little sense.

* src/json.c (json_out_to_string): Remove.
(Fjson_serialize): Return unibyte string.
* test/src/json-tests.el (json-serialize/roundtrip)
(json-serialize/roundtrip-scalars, json-serialize/string):
Update tests.
* doc/lispref/text.texi (Parsing JSON): Document.
* etc/NEWS: Announce.
2024-09-08 20:02:34 +02:00
..
emacs ; * doc/emacs/building.texi (Lisp Libraries): Update (bug#72961). 2024-09-05 09:23:23 +03:00
lispintro Update FSF's address 2024-09-02 21:02:09 +02:00
lispref Make json-serialize always return a unibyte string (bug#70007) 2024-09-08 20:02:34 +02:00
man * doc/man/emacsclient.1: Bump date. 2024-08-20 22:46:40 +02:00
misc Fix alignment and documentation of vtable.el 2024-09-07 11:27:03 +03:00
translations ; Fix typos 2024-06-07 23:51:18 +02:00