Project

jse

0.0
No commit activity in last 3 years
No release in over 3 years
JsonStreamEditor allows manipulation of streams of json
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme

jse: Json Stream Editor

jse allows for filtering and transforming of json streams. It is mainly designed for mining information out of json log files.

Usage

Use the jse command

Filtering based on field values

jse field1:value field2:'another value' file.txt

Regexp filtering on fields

jse field:/^pattern.+$/ file.txt

Printing selected fields

jse message:/Error/ -f message log.txt

Installation

gem install jse