ltsv2json

LTSV-to-JSON converter


License
MIT
Install
pip install ltsv2json==0.1.1

Documentation

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