Parses a json into json-element
. If there are any issues in parsing, the function would return json-null
Namespace
json
Input
json-string
Output
json-element
Example
if json
has the input json specified, then the result of the operation would return json-element
that contains a parsed json.
...