json-parse()
Parses a JSON text into a structured JSON document (OXN) and returns its root node.
Parameters
json
: A valid JSON in serialized form (string).
If the parameter cannot be decoded, the function returns an empty node-set.
Example
See also
Last updated