From: Philipp Stephani Date: Sat, 13 Feb 2021 18:35:26 +0000 (+0100) Subject: * etc/NEWS: Document new JSON behavior. X-Git-Tag: emacs-28.0.90~3764 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e81cf63be15f907fbe9de6b6c9eb1a021d4e2fe2;p=emacs.git * etc/NEWS: Document new JSON behavior. --- diff --git a/etc/NEWS b/etc/NEWS index 464b955ee74..aead8c6f781 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2557,6 +2557,12 @@ locales. They are also available as aliases 'ebcdic-cp-*' (e.g., 'cp278' for 'ibm278'). There are also new charsets 'ibm2xx' to support these coding-systems. +** The JSON functions 'json-serialize', 'json-insert', +'json-parse-string', and 'json-parse-buffer' now implement some of the +semantics of RFC 8259 instead of the earlier RFC 4627. In particular, +these functions now accept top-level JSON values that are neither +arrays nor objects. + * Changes in Emacs 28.1 on Non-Free Operating Systems