The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

Travis CI build status GitHub version License Perl5

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

MarpaX::ESLIF::JSON, Log::Any

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.