
Json::pointer implements json pointer (http://tools.ietf.org/html/rfc6901), and provides some useful operator from json patch (http://tools.ietf.org/html/rfc6902).
json pointer is available to identify a specified value in a json document, and it is simillar to xpath.