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 c02a10f commit 26c838eCopy full SHA for 26c838e
README.md
@@ -86,6 +86,8 @@ print_r((new JSONPath($data))->find('$.people.*.name'), true);
86
// $result[3] === 'Maximilian'
87
```
88
89
+More examples can be found in the [Wiki](https://github.com/SoftCreatR/JSONPath/wiki/Queries)
90
+
91
### Magic method access
92
93
The options flag `JSONPath::ALLOW_MAGIC` will instruct JSONPath when retrieving a value to first check if an object
0 commit comments