blob: 1dbd9d6725705db437b154f340e10d90beb75420 (
plain)
1
2
3
4
5
6
7
8
9
|
This library is implemented JSON Pointer
(http://tools.ietf.org/html/rfc6901) and some useful operator from
JSON Patch (http://tools.ietf.org/html/rfc6902).
JSON Pointer is available to identify a specified value in JSON
document, and it is simillar to XPath. Please read the both of
specifications for details.
WWW: http://search.cpan.org/dist/JSON-Pointer/
|