|
|
|
|
|
StringToJSON (Function) In french: ChaîneVersJSON Converts a JSON string into a JSON variable. sJZon is ANSI string = [ { "glossary": { "title": "example glossary", "GlossDiv": { "title": "S", "GlossList": { "GlossEntry": { "ID": "SGML", "SortAs": "SGML", "GlossTerm": "Standard Generalized Markup Language", "Acronym": "SGML", "Abbrev": "ISO 8879:1986", "GlossDef": { "para": "A meta-markup language, used to create markup languages such as DocBook.", "GlossSeeAlso": ["GML", "XML"] }, "GlossSee": "markup" } } } } } ] jz is JSON = StringToJSON(sJZon)
Syntax
<Result> = StringToJSON(<JSON string>)
<Result>: JSON variable JSON variable that contains the result of the conversion. In case of failure, the ErrorOccurred variable is set to True and ErrorInfo returns the details of the error. <JSON string>: Character string Character string containing the data in JSON format.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|