1JSON::Pointer::Context(U3s)er Contributed Perl DocumentatJiSoOnN::Pointer::Context(3)
2
3
4
6 JSON::Pointer::Context - Internal context object to process JSON
7 Pointer
8
10 This document describes JSON::Pointer::Context version 0.07.
11
14 This module is internal only.
15
17 new(%args) :JSON::Pointer::Context
18 begin($token)
19 next($target)
21 Perl 5.8.1 or later.
22
24 All complex software has bugs lurking in it, and this module is no
25 exception. If you find a bug please either email me, or add the bug to
26 cpan-RT.
27
29 perl
30 Class::Accessor::Lite
31
33 Toru Yamaguchi <zigorou at cpan.org>
34
36 Copyright (c) 2013, Toru Yamaguchi. All rights reserved.
37
38 This library is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41
42
43perl v5.30.0 2019-07-26 JSON::Pointer::Context(3)