Evaluates the given path in the given JSON object.
Evaluates the given path in the given JSON object. Upon missing elements in value, the error handler is called with the current value and element
Evaluates the given path in the given JSON object.
Evaluates the given path in the given JSON object. Upon missing elements in value, the error handler is called with the current value and element
Parses a JSON pointer and returns the resolved path.
A class to work with Json pointers according to http://tools.ietf.org/html/rfc6901. The behavior in case of invalid pointer is customizable by passing an error handler when instantiating.