NAME
MarpaX::ESLIF::ECMA404 - JSON Data Interchange Format following ECMA-404 specification
VERSION
version 0.014
SYNOPSIS
use MarpaX::ESLIF::ECMA404 qw//;
my $input = '["JSON",{},[]]';
my $perlvar = MarpaX::ESLIF::ECMA404->decode($input);
my $string = MarpaX::ESLIF::ECMA404->encode($perlvar);
DESCRIPTION
This module decodes/encodes strict/relaxed JSON input using MarpaX::ESLIF.
NOTES
This module is nothing else but a proxy to MarpaX::ESLIF::JSON, please refer to the later for the decode
and encode
methods.
decode($self, $input, %options)
encode($self, $input)
SEE ALSO
AUTHOR
Jean-Damien Durand <jeandamiendurand@free.fr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Jean-Damien Durand.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.