Last updated 5 years ago
Was this helpful?
OXN-node-set json-parse(string json)
Parses a JSON text into a structured JSON document () and returns its root node.
json: A valid JSON in serialized form (string).
json
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))
json-stringify()
assert