Comment 6 for bug 756426

Revision history for this message
ajf (ajf) wrote :

Hi!

Thanks for looking into this. I've just tested the package from maverick-proposed and it fixes the issue in the application I was linking to it.

The library is C. I've put together a simple test (attached) which places a single double value into a JSON array, serializes it into a string, then deserializes that string and checks the parsed value.

With the -dev package installed, you should be able to compile it like so:

gcc $(pkg-config --cflags --libs glib-2.0 json-glib-1.0) -o lp756426-test-double lp756426-test-double.c