NAME
aki - The command-line data processor for web content
SYNOPSIS
$ aki [options] URL
OPTIONS
-d --decoder specify deoder(default: auto detect)
--agent user agent
--timeout connection timeout
-m, --method HTTP method(default: GET)
-p, --pointer JSON pointer string(See: L<JSON::Pointer>)
--color colorize the result
--raw show raw content
--verbose show verbose information
-h, --help show this help
-v, --version show the version
EXAMPLE
$ aki http://example.com/json --pointer '/foo/bar/0'
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.