|
|
|
@ -1,11 +1,11 @@ |
|
|
|
jsonstream |
|
|
|
========== |
|
|
|
[](https://godoc.org/github.com/brettlangdon/jsonstream) |
|
|
|
|
|
|
|
`jsonstream` is a utility for interacting with a newline delimited JSON stream (e.g. log files which log as JSON). |
|
|
|
|
|
|
|
The goal of `jsonstream` is to help convert a stream of JSON data into a format more friendly to typical UNIX tools. |
|
|
|
|
|
|
|
[Documentation](https://godoc.org/github.com/brettlangdon/jsonstream) |
|
|
|
|
|
|
|
## Quick start |
|
|
|
To install `jsonstream` run `go get github.com/brettlangdon/jsonstream/cmd/...` |
|
|
|
|
|
|
|
|