Skip to content

tototoshi/json2tsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json2tsv

Convert json log to tab-separated values.

How to install

$ cd json2tsv
$ ./install

json2tsv will be installed in $HOME/bin.

Example

$ echo '{"foo": "abc", "bar": { "piyo": 3 }}' | json2tsv -p foo -p bar.piyo
abc     3

About

convert json log to tsv

Resources

Stars

Watchers

Forks

Packages

No packages published