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.
1 parent 05faf70 commit b969d0fCopy full SHA for b969d0f
docs/usage.md
@@ -251,7 +251,7 @@ Let's have a look at a couple of examples:
251
```
252
We will define a JMESPath expression for the values we want to test and extract from the reference and comparison objects.
253
```python
254
->>> my_jmspath = "global.$peers$.*.*.ipv4.[accepted_prefixes,received_prefixes,sent_prefixes]"
+>>> my_jmspath = "global.peers.$*$.*.ipv4.[accepted_prefixes,received_prefixes,sent_prefixes]"
255
>>> reference_value = extract_data_from_json(reference_data, my_jmspath)
256
>>> reference_value
257
[{'10.1.0.0': {'accepted_prefixes': 900,
0 commit comments