[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master fba8f3a6f1a: ; * etc/NEWS: Group JSON changes.
From: |
Mattias Engdegård |
Subject: |
master fba8f3a6f1a: ; * etc/NEWS: Group JSON changes. |
Date: |
Thu, 11 Apr 2024 05:50:26 -0400 (EDT) |
branch: master
commit fba8f3a6f1a8a099d93e70400d477ca6fe96007b
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
; * etc/NEWS: Group JSON changes.
---
etc/NEWS | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/etc/NEWS b/etc/NEWS
index a2a3fe494cb..62dd2da6b8c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1775,19 +1775,6 @@ Use a float value for the first argument instead.
Instead, use 'eshell-process-wait-time', which supports floating-point
values.
-** JSON
-
----
-*** The parser keeps duplicated object keys in alist and plist output.
-A JSON object such as '{"a":1,"a":2}' will now be translated into the
-Lisp values '((a . 1) (a . 2))' or '(:a 1 :a 2)' if alist or plist
-object types are requested.
-
----
-*** The parser sometimes signals different types of errors.
-It will now signal 'json-utf8-decode-error' for inputs that are not
-correctly UTF-8 encoded.
-
* Lisp Changes in Emacs 30.1
@@ -2393,8 +2380,21 @@ this case, would mean repeating the object in the
argument list.) When
replacing an object with a different one, passing both the new and old
objects is still necessary.
+** JSON
+
+---
+*** The parser keeps duplicated object keys in alist and plist output.
+A JSON object such as '{"a":1,"a":2}' will now be translated into the
+Lisp values '((a . 1) (a . 2))' or '(:a 1 :a 2)' if alist or plist
+object types are requested.
+
+---
+*** The parser sometimes signals different types of errors.
+It will now signal 'json-utf8-decode-error' for inputs that are not
+correctly UTF-8 encoded.
+
---
-** The JSON encoder and decoder now accept arbitarily large integers.
+*** The parser and encoder now accept arbitarily large integers.
Previously, they were limited to the range of signed 64-bit integers.
** New tree-sitter functions and variables for defining and using "things"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master fba8f3a6f1a: ; * etc/NEWS: Group JSON changes.,
Mattias Engdegård <=