libjson-pointer-perl

Perl implementation of json pointer (rfc6901)
  https://metacpan.org/release/JSON-Pointer
  0
  no reviews



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.