emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32793: closed (27.0.50; json-parse-string doesn't


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32793: closed (27.0.50; json-parse-string doesn't have the equivalent of json.el's json-array-type)
Date: Fri, 12 Apr 2019 22:37:01 +0000

Your message dated Sat, 13 Apr 2019 01:36:39 +0300
with message-id <address@hidden>
and subject line Re: bug#32793: 27.0.50; json-parse-string doesn't have the 
equivalent of json.el's json-array-type
has caused the debbugs.gnu.org bug report #32793,
regarding 27.0.50; json-parse-string doesn't have the equivalent of json.el's 
json-array-type
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32793: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32793
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; json-parse-string doesn't have the equivalent of json.el's json-array-type Date: Fri, 21 Sep 2018 20:56:43 +0800
Hello,

We can parse JSON Array as Lisp List with json.el, e.g.,

(let ((json-array-type 'list))
  (json-read-from-string "[1,2,3]"))
;; => (1 2 3)

but the new json-parse-string doesn't have the equivalent, thus porting
existing code to using json-parse-string might be difficult.



--- End Message ---
--- Begin Message --- Subject: Re: bug#32793: 27.0.50; json-parse-string doesn't have the equivalent of json.el's json-array-type Date: Sat, 13 Apr 2019 01:36:39 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1
On 12.04.2019 20:42, Eli Zaretskii wrote:

Good to install?

Yes, thanks.

Thank you.

Pushed to master, closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]