Content of json-snelson-x2j-array-01.xq example
import module namespace jx = "http://zorba.io/modules/json-xml";
let $xml :=
<json type="array">
<item type="boolean">true</item>
</json>
return jx:xml-to-json( $xml )
(: vim:set et sw=2 ts=2: :)