|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > JSON - Parser > Parser-Operations > !Document Operations > PSJ.QuickExtract |
The PSJ.QuickExtract command parses a JSON string and extracts a specific value in a single operation.
One-step parsingQuick value extractionNo need for separate parseEfficient for simple needs
Quick Example
; Parse and extract in one call
PSJ.QuickExtract|jsonData|user.name|userName
MSGBOX User:
See Also