=encoding utf8 This is Perl module B. =begin html =end html =head1 SYNOPSIS The B command allows you to recursively decode JSON in JSON string $ echo '{"foo":"{\"bar\":\"{\\\"baz\\\":123}\"}"}' | jl { "foo" : { "bar" : { "baz" : 123 } } } =head1 INSTALLATION 1) The easiest way to install B is $ curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n App::jl 2) If your L (cpm or CPAN) is set up, you should just be able to do $ cpanm App::jl 3) Clone it, then build it $ perl Makefile.PL $ make # make install =head1 REPOSITORY App::jl is hosted on github L =head1 LICENSE This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. =head1 AUTHOR Dai Okabayashi Ebayashi@cpan.orgE