[argyllcms] Re: yajl

  • From: Kai-Uwe Behrmann <ku.b@xxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Tue, 09 Sep 2014 21:29:34 +0200

Am 09.09.2014 08:52, schrieb Graeme Gill:
> There is some functionality that I've added, so no, it's not
> a drop in replacement. Some of that functionality isn't
> critical (support for JSON comments), while some new code
> I'm working on depends on an additional function
> inside yajl_tree.c. Since the structures it uses
> are private to that file, changes to yajl can't
> be avoided. yajl_tree is fairly useless without
> this added function, since yajl_tree_get() doesn't
> cope with JSON arrays.

Did you test a more recent yajl version. The ChangeLog suggests a fix:
https://github.com/lloyd/yajl/blob/master/ChangeLog

At least 2.0.5 works fine here with yajl_tree_get() and arrays.

kind regards
Kai-Uwe

Other related posts: