jsonExtractPathsByKey(JSON Creation & Manipulation)
Compatible with:
- Purpose
- This command can be used to search the 'paths' based on the given key Name String and retrieve the 'Paths' to the given String with in a jsonArray.
- Syntax
- jsonExtractPathsByKey(jsonObject/jsonArray ||one_or_all ||searchStr || escape_char , dataSetName)
- Target
- jsonObject/jsonArray ||one_or_all ||searchStr || escape_char
- Value
- dataSetName
- Return Value
- The 'path(s)' to the given Key name string within a jsonArray.
Example(s):
Click here to see the example