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

Latest commit

 

History

History
23 lines (15 loc) · 437 Bytes

README.rst

File metadata and controls

23 lines (15 loc) · 437 Bytes

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"}