|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > JSON - Parser > Parser-Operations > !Document Operations > PSJ.ParseA |
The PSJ.ParseA command parses a JSON string using UTF-8 encoding, supporting international characters.
UTF-8 encoding supportHandle international charactersParse Unicode JSONCompatible with web APIs
Quick Example
; Parse JSON with UTF-8
PSJ.ParseA|jsonString|rootId
; Access parsed data
PSJ.GetValue|rootId|name|userName
See Also