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.