deepsearchjson - Search in All Keys in a JSON Object

Deep searches in all keys of a given JSON object. The result is an array of key/value pairs the matches the criteria.

json
Type
object
Object to search in
Example:
{
  "foundation": "Mozilla",
  "model": "box",
  "week": 45,
  "transport": "car",
  "month": 7,
  "car": "BMW"
}
jsonString
Type
string
Stringified JSON to search in
Example:
{"foundation":"Mozilla","model":"box","week":45,"transport":"car","month":7,"car":"BMW"}
searchString
Type
string
Required
required
String to search for
Example:
car
scope
Type
string
Scope to search in - 'keys' is default
Possible values are: keys, values, all
Example:
keys
comparison
Type
string
Required
required
Comparison method
Possible values are: equal, equal_case_insensitive, startswith, endswith, contains
Example:
endswith

Available on

Postman
Make
Zapier
N8N
Airtable
SeaTable
Bubble
Power Automate
Workato
SAP Build