JSON Get Key Paths
Activity Description
Returns the paths of all instances of a key found in the JSON session.
Output
The output contains a memory table with a pair of columns: the key path and the key's parent's path. Each instance of the key that was found is a separate row.
note
You can use the Table, Row, Column, and Cell activities to manipulate the result.
Settings
- Json Session—Select the name of a related JSON session (the name of a Start Json Session activity) in Resolve Actions.
- Key—The key name to search for in the JSON code. Enter the key name without the surrounding quotes.