GNU bug report logs -
#55278
29.0.50; OSM package
Previous Next
Reported by: rms <at> gnu.org
Date: Thu, 5 May 2022 18:39:02 UTC
Severity: normal
Tags: notabug
Found in version 29.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Richard Stallman <rms <at> gnu.org>
> Cc: 55278 <at> debbugs.gnu.org
> Date: Fri, 06 May 2022 19:19:32 -0400
>
> > No, it's implemented in json.c in the Emacs sources. But to have that
> > function defined, you need to build Emacs with libjansson, which is an
> > optional dependency of Emacs.
>
> That is strange. If the function json-parse-string is defined in the
> Emacs sources, why compile it only if something else is enabled?
Because the actual implementation is in the libjansson library; the
Emacs sources only wrap that by a glue to allow use to use JSON with
Emacs Lisp objects.
> Does OSM depend on anything about jansson other than json-parse-string?
> What does jansson do?
The library implements most of JSON handling.
This bug report was last modified 3 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.