JSON::Pointer::Syntax(3) JSON Pointer syntax functions

VERSION

This document describes JSON::Pointer::Syntax version 0.07.

SYNOPSIS

DESCRIPTION

This module is internal only.

FUNCTIONS

escape_reference_token($unescaped_reference_token :Str) :Str

unescape_reference_token($escaped_reference_token :Str) :Str

tokenize($pointer :Str) : Array/ArrayRef

as_pointer(\@tokens) :Str

is_array_numeric_index($token) :Int

DEPENDENCIES

Perl 5.8.1 or later.

BUGS

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Toru Yamaguchi <zigorou at cpan.org>

LICENSE AND COPYRIGHT

Copyright (c) 2013, Toru Yamaguchi. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.