Group
Extension

Matches 1

App-JsonLogUtils ( J/JE/JEFFOBER/App-JsonLogUtils-0.03.tar.gz, JEFFOBER, 2018; MetaCPAN )
App-JsonLogUtils/lib/App/JsonLogUtils.pm ( view source; MetaCPAN )
package App::JsonLogUtils;
# ABSTRACT: Command line utilities for dealing with JSON-formatted log files
$App::JsonLogUtils::VERSION = '0.03';


use strict;
use warnings;

use Fcntl             qw(:see
use JSON::XS          qw(decode_json encode_json);
use Time::HiRes       qw(sleep);
use Term::SimpleColor;

use parent 'Exporter';

our @EXPORT_OK = qw(
  lines
  tail
  json_log
  json_cols
  json_cu
t
  json_grep
);


#-------------------------------------------------------------------------------
# Internal utilities
#------------------------------------------------------------------------------

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.