aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2025-08-31 19:28:32 +1000
committerYuchen Pei <id@ypei.org>2025-08-31 19:28:32 +1000
commit6dfa980bf4ed1762108bf2ffc4e9e0b680263cc5 (patch)
tree1053c73366481f4caba6ebeca6329a4893d49f2b
parent0b8b5137b02e5c2fdf12b6aa141beac0336b9cb7 (diff)
Use default array type of json arrays
-rw-r--r--ttrss.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/ttrss.el b/ttrss.el
index 80e3785..b93cad7 100644
--- a/ttrss.el
+++ b/ttrss.el
@@ -169,7 +169,6 @@ with 'ttrss-parse-request' as a callback."
Return a property list of the response, or, optionally, the
PROPERTY value of said property list."
(let ((json-object-type 'plist)
- (json-array-type 'list)
(json-false nil))
(goto-char (point-min))
(search-forward-regexp "\n\n")