emacs-devel
[Top][All Lists]
Advanced

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

Re: JSON->lisp Mapping: Hash vs AList


From: Philipp Stephani
Subject: Re: JSON->lisp Mapping: Hash vs AList
Date: Tue, 19 Dec 2017 17:22:10 +0000



Eli Zaretskii <address@hidden> schrieb am Di., 19. Dez. 2017 um 18:08 Uhr:
> From: Philipp Stephani <address@hidden>
> Date: Mon, 18 Dec 2017 20:59:39 +0000
> Cc: address@hidden, address@hidden
>
> address@hidden json-parse-string string
> address@hidden json-parse-string string &key (object-type 'hash-table)
>  This function parses the JSON value in @var{string}, which must be a
>  Lisp string.
>  @end defun
>
> address@hidden json-parse-buffer
> address@hidden json-parse-buffer &key (object-type @code{hash-table})

The first @defun needs the same change as you did in the second.

Otherwise, LGTM; thanks.

Thanks, pushed to master as db4f12e93f. 

reply via email to

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