Changes

Jump to navigation Jump to search
No change in size ,  10:34, 20 July 2022
no edit summary
=Functions=
==json:parsedoc==
{| width='100%'
|-
| width='120' | '''Signatures'''
|{{Func|json:parsedoc|$string uri as xs:string?|item()?}}<br/>{{Func|json:parsedoc|$string uri as xs:string?, $options as map(*)?|item()?}}<br />
|-
| '''Summary'''
|Converts Fetches the JSON document referred to by the given {{Code|$stringuri}} and converts it to an XQuery value. If the input can be successfully parsed, it can be serialized back to the original JSON representation. The {{Code|$options}} argument can be used to control the way the input is converted.
|-
| '''Errors'''
|}
==json:docparse==
{| width='100%'
|-
| width='120' | '''Signatures'''
|{{Func|json:docparse|$uri string as xs:string?|item()?}}<br />{{Func|json:docparse|$uri string as xs:string?, $options as map(*)?|item()?}}<br />
|-
| '''Summary'''
|Fetches Converts the JSON document referred to by the given {{Code|$uristring}} and converts it to an XQuery value. If the input can be successfully parsed, it can be serialized back to the original JSON representation. The {{Code|$options}} argument can be used to control the way the input is converted.
|-
| '''Errors'''
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu