|  |  
 |   |   
 NAMEWWW::PipeViewer::ParseJSON - Parse JSON content. SYNOPSIS    use WWW::PipeViewer::ParseJSON;
    my $obj = WWW::PipeViewer::ParseJSON->new(%opts);
SUBROUTINES/METHODSparse_json_string($json_string)Parse a JSON string and return a HASH ref. make_json_string($ref)Create a JSON string from a HASH or ARRAY ref. AUTHORTrizen, "<echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>" SUPPORTYou can find documentation for this module with the perldoc command. perldoc WWW::PipeViewer::ParseJSON LICENSE AND COPYRIGHTCopyright 2013-2015 Trizen. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See <https://dev.perl.org/licenses/> for more information. 
 
 |