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

NAME

json_sax.pl - Reformat JSON as XML via SAX

DESCRIPTION

This example program uses the parsing parts of JSON::YAJL and the XML generation parts of XML::LibXML::SAX::Builder to reformat JSON as XML. This is an example of how similar the APIs are 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