OXN-node-set json-parse(string json)
Parses a JSON text into a structured JSON document (OXN) and returns its root node.
json
: A valid JSON in serialized form (string).
If the parameter cannot be decoded, the function returns an empty node-set.
json-parse('{"active":true}')/active = true()
json-parse($data/description)
json-parse(json-stringify($body))