Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftCreatR committed Oct 30, 2020
1 parent c02a10f commit 26c838e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ print_r((new JSONPath($data))->find('$.people.*.name'), true);
// $result[3] === 'Maximilian'
```

More examples can be found in the [Wiki](https://github.com/SoftCreatR/JSONPath/wiki/Queries)

### Magic method access

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

0 comments on commit 26c838e

Please sign in to comment.