mqscript_cjson_get
Extract specific values from JSON objects using property paths for use in mobile automation scripts, enabling precise data retrieval during device control operations.
Instructions
Get value from JSON object
Input Schema
Name | Required | Description | Default |
---|---|---|---|
objectVariable | Yes | JSON object variable name | |
path | Yes | Property path (e.g., "data.items[0].name") | |
resultVariable | No | Variable name to store result | value |