Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

hoffa/ltsv2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ltsv2json travis

Reads LTSV from stdin and prints JSON to stdout.

Installation

pip install ltsv2json

Usage

$ printf "world:bar\thello:foo\nworld:turtle" | ltsv2json
{"world":"bar","hello":"foo"}
{"world":"turtle"}