WWW::PipeViewer::ParseJSON - Parse JSON content. |
WWW::PipeViewer::ParseJSON - Parse JSON content.
use WWW::PipeViewer::ParseJSON;
my $obj = WWW::PipeViewer::ParseJSON->new(%opts);
Parse a JSON string and return a HASH ref.
Create a JSON string from a HASH or ARRAY ref.
Trizen, <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
You can find documentation for this module with the perldoc command.
perldoc WWW::PipeViewer::ParseJSON
Copyright 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.
WWW::PipeViewer::ParseJSON - Parse JSON content. |