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: Eli Zaretskii
Subject: Re: JSON->lisp Mapping: Hash vs AList
Date: Tue, 19 Dec 2017 19:08:18 +0200

> 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.



reply via email to

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