Classes, interfaces and traits

JsonPointer

Implementation of <a href="https://tools.ietf.org/html/rfc6901">RFC6901 Json Pointers</a>.

« More »

JsonPointerIterator

The JsonPointerIterator is used by the read/write algorithms of the @see \io\vertx\jphp\core\json\pointer\JsonPointer to read/write the querying data structure <br/>

Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.

Implementations of this interface should be stateless, so they can be reused

You can implement this interface to query the structure you want using json pointers

« More »