We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a140b6 + 4cea1c1 commit 2e55e65Copy full SHA for 2e55e65
scrapy/loader/processors.py
@@ -78,7 +78,7 @@ def __init__(self, json_path):
78
79
def __call__(self, value):
80
"""Query value for the jmespath query and return answer
81
- :param str value: a string with JSON data to extract from
+ :param value: a data structure (dict, list) to extract from
82
:return: Element extracted according to jmespath query
83
"""
84
return self.compiled_path.search(value)
0 commit comments