PSJ.ParseAuto

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > JSON - Parser > Parser-Operations > !Document Operations >

PSJ.ParseAuto

The PSJ.ParseAuto command automatically detects the encoding of a JSON string and parses it accordingly.

Auto-detect encodingHandle mixed encodingsSmart parsingReduced manual configuration

Quick Example

; Auto-detect and parse

PSJ.ParseAuto|jsonData|rootId

; Work with data regardless of encoding

PSJ.GetStr|rootId|message|output

See Also

Command Index