1JSON::Pointer::Syntax(3U)ser Contributed Perl DocumentatiJoSnON::Pointer::Syntax(3)
2
3
4
6 JSON::Pointer::Syntax - JSON Pointer syntax functions
7
9 This document describes JSON::Pointer::Syntax version 0.07.
10
13 This module is internal only.
14
16 escape_reference_token($unescaped_reference_token :Str) :Str
17 unescape_reference_token($escaped_reference_token :Str) :Str
18 tokenize($pointer :Str) : Array/ArrayRef
19 as_pointer(\@tokens) :Str
20 is_array_numeric_index($token) :Int
22 Perl 5.8.1 or later.
23
25 All complex software has bugs lurking in it, and this module is no
26 exception. If you find a bug please either email me, or add the bug to
27 cpan-RT.
28
30 perl
31 Class::Accessor::Lite
32
34 Toru Yamaguchi <zigorou at cpan.org>
35
37 Copyright (c) 2013, Toru Yamaguchi. All rights reserved.
38
39 This library is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
42
43
44perl v5.30.1 2020-01-30 JSON::Pointer::Syntax(3)