From 26c838ecd3d8fba99ca19986c8c47c983479f6b1 Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Fri, 30 Oct 2020 11:52:31 +0100 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b884e75..9ea8516 100644 --- a/README.md +++ b/README.md @@ -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