]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Document new JSON behavior.
authorPhilipp Stephani <phst@google.com>
Sat, 13 Feb 2021 18:35:26 +0000 (19:35 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 13 Feb 2021 18:35:48 +0000 (19:35 +0100)
etc/NEWS

index 464b955ee74b791ff3fa60eda1cc97c2dcca5735..aead8c6f78179d42a5fd96c977d75d1a8bfdaf84 100644 (file)
--- 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.
+
 \f
 * Changes in Emacs 28.1 on Non-Free Operating Systems