> do not use the internal JSON parser, use JSON-GLib instead. Clutter ≥ > 1.0 can (and should) depend on the system copy of JSON-GLib. > > Clutter 1.4 requires an explicit override for using the internal > fallback code. > > Clutter 1.6 will remove the internal fallback entirely.
Hi, I have used internal-json vwith clutter and now tested difference on clutter-1.4.0 + libjson-glib-0.10.2 or internal-json ./configure and ./configure -with-json=internal My application is using JSON-files which contains lots of #-comments.(They are very handy and makes jsons even more human readable) Internal json is handling them but libjson-glib-0.10.2 doesn't understand them (causing files non-usable). What is situations/plans for newer libjson-glib? -Aapo Rantalainen _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
