Github user jorgebay commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/784#discussion_r163525550
--- Diff: docs/src/dev/io/graphson.asciidoc ---
@@ -3580,6 +3572,41 @@ The following `Bytecode` example represents the
traversal of `g.V().hasLabel('pe
}
----
+==== P within
--- End diff --
Good idea to add `within` and `without` examples. Can we also add a little
introductory text saying that `P` expects a single value or a list of values,
except in the case of `within` and `without` where its always a list of values?
---