Parse JSON
Extract a value from a JSON string by path (e.g. a.b[0].c).
DataParseJson
What it does
Extract a value from a JSON string by path (e.g. a.b[0].c).
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| JSON text | multiline | Required | Example: {"user": {"name": "Bob"}} Supports variables | |
| Path | string | Required | Dotted/bracket path. Example: user.name | |
| Store value in | variable | Required | Example: value |
More Data commands
Ready to automate your busywork?
Start your free 10-day trial today. No credit card, no commitment.