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

NAME

json_decode.pl - Decode JSON as a Perl data structure

DESCRIPTION

This example program uses the parsing parts of JSON::YAJL and a parser based on Marpa to decode JSON as a Perl data structure. This is an example of how a higher-level JSON parser could be build upon JSON::YAJL and this is not recommended for serious use.

AUTHOR

Leon Brocard <acme@astray.com>

LICENSE

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

SEE ALSO

JSON::YAJL