Comment 12 for bug 920717

Revision history for this message
Paul J. Lucas (paul-lucas) wrote :

OK, I've fixed your latest bug. For the record, the smallest possible query that showed the bug was:

import module namespace json = "http://www.zorba-xquery.com/modules/converters/json";

let $json := '{ "k1" : [ { "k2" : "v2" }, null ] }'
return json:parse( $json )

It would help if, instead of reporting bugs one-at-a-time, having me fix them, me thinking the bug is fixed, changing the status, updating the bug comment, etc, if you reported all your bugs at once.

If you find any more, please open a NEW bug since the previous 2 bugs you've reported have nothing to do with this bug.