Json
JSON.MGET
Get the same path from multiple JSON documents.
Arguments
keys
*List[str]
requiredOne or more keys of JSON documents.
path
str
default: "$"The path to get from the JSON document.
Response
The values at the specified path or null
if the path does not exist.
Was this page helpful?