ParseJSONExt-Altova
parse-json-ext(JSONString as xs:string) as items()* XP3.1 XQ3.1 Takes as its input argument a JSON string that was created by the serialize-json-ex function or the serialize-json-ext, and returns the sequence that was used to create the JSON string. In the first expression below, for example, a serialize-json-ex function is used to create a JSON string. When this string is passed to the parse-json-ext function, the original sequence is returned.
|