Skip to content

Commit 26c838e

Browse files
committed
Updated README
1 parent c02a10f commit 26c838e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ print_r((new JSONPath($data))->find('$.people.*.name'), true);
8686
// $result[3] === 'Maximilian'
8787
```
8888

89+
More examples can be found in the [Wiki](https://github.com/SoftCreatR/JSONPath/wiki/Queries)
90+
8991
### Magic method access
9092

9193
The options flag `JSONPath::ALLOW_MAGIC` will instruct JSONPath when retrieving a value to first check if an object

0 commit comments

Comments
 (0)