The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mb::JSON - a simple JSON parser for multibyte string

SYNOPSIS

    use mb::JSON;

    $perldata = mb::JSON::parse($_);
    $perldata = mb::JSON::parse();

  supported perl versions:
    perl version 5.005_03 to newest perl

INSTALLATION BY MAKE

To install this software by make, type the following:

   perl Makefile.PL
   make
   make test
   make install

INSTALLATION WITHOUT MAKE (for DOS-like system)

To install this software without make, type the following:

   pmake.bat test
   pmake.bat install

DESCRIPTION

  This software consists of only single file and has few functions,
  so it is easy to use and easy to understand.

AUTHOR

INABA Hitoshi <ina@cpan.org>

This project was originated by INABA Hitoshi.

LICENSE AND COPYRIGHT

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

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

 The JavaScript Object Notation (JSON) Data Interchange Format
 https://www.rfc-editor.org/rfc/rfc8259.txt

 UTF-8, a transformation format of ISO 10646
 https://www.rfc-editor.org/rfc/rfc3629.txt

 JSON - JSON (JavaScript Object Notation) encoder/decoder
 https://metacpan.org/dist/JSON

 mb - run Perl script in MBCS encoding (not only CJK ;-)
 https://metacpan.org/dist/mb

 mb::Encode - provides MBCS encoder and decoder
 https://metacpan.org/dist/mb-Encode

 UTF8::R2 - makes UTF-8 scripting easy for enterprise use or LTS
 https://metacpan.org/dist/UTF8-R2