Convert to JSON Lines from STDOUT.
Convert to JSON Lines from STDOUT.
The main purpose is pre-process output from UNIX command to query by jq.
$ ps aux | jl --header | jq -r ".USER" | sort | uniq
...
root
sachaos
$ git clone https://github.com/sachaos/jl.git
$ cd jl
$ go install