NAME
App::jl - Show the "JSON in 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.
For example,
$ echo '{"foo":"{\"bar\":\"{\\\"baz\\\":123}\"}"}' | jl
{
"foo" : {
"bar" : {
"baz" : 123
}
}
}
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
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.