Json

JSON.OBJKEYS

Return the keys in the object that`s referenced by path.

Arguments

keybodystrrequired

The key of the json entry.

pathbodystrrequired

The path of the object. $ is the root.

Response

List[List[str]]required

The keys of the object at the path.

Example
keys = redis.json.objkeys("key", "$.path")
Loading search…