Content of json-snelson-j2x-object-01.xq example

import module namespace jx = "http://zorba.io/modules/json-xml";

let $json := { "a" : 1 }
return jx:json-to-xml( $json )

(: vim:set et sw=2 ts=2: :)