From 0bc56314be95781e17b92fcaf749afd24aae1af1 Mon Sep 17 00:00:00 2001 From: Brett Zamir <brettz9@yahoo.com> Date: Tue, 9 Dec 2014 19:31:07 -0700 Subject: [PATCH] Note on @path being a custom operator --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3218917..0feba07 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,8 @@ XPath | JSONPath | Result Note that `@path` is additionally available for tests against the current path as will be any additional variables supplied as properties on the optional -"sandbox" object option. +"sandbox" object option, although this was not indicated as part of the +original specification. # Development -- GitLab