|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > JSON - Parser > Parser-Operations > !Node Operations > PSJ.GetObjAsStr |
The PSJ.GetObjAsStr command converts a JSON object or node back to a string representation.
Convert to JSON stringSerialize objectsExport dataCreate formatted output
Quick Example
; Convert object to string
PSJ.GetObjAsStr|objId|jsonString
; Save to file or display
TXT.Set|jsonString|output.json
See Also