Hello all,
i'm trying to get the result of a REST GET query as json. Setting just the GET parameter 'method=json' doesn't work since i don't have a <json> root node.
How do I specify the JSON Module options (http://docs.basex.org/wiki/JSON_Module) as GET parameters? The parameter 'format' seems to be reserved by some other module since it only allows 'yes' or 'no' as value. I want to set format=jsonml since then I can export any xml result as json.
Is this possible with a GET request?
thanks in advance
Martin