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

NAME

App::jl - Show JSON Log Nicely

SYNOPSIS

See jl for CLI to view logs.

    use App::jl;
    
    App::jl->new(@ARGV)->run;

DESCRIPTION

App::jl is recursive JSON in JSON decoder. It makes JSON log nice.

METHODS

new

constructor

opt

getter of optional values

run

The main routine

REPOSITORY

App::jl is hosted on github: http://github.com/bayashi/App-jl

I appreciate any feedback :D

AUTHOR

Dai Okabayashi <bayashi@cpan.org>

SEE ALSO

jl

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.