No description
- Go 87.4%
- Makefile 12.6%
|
|
||
|---|---|---|
| .gitignore | ||
| .golangci.yaml | ||
| go.mod | ||
| jsonobjectliststream.go | ||
| Makefile | ||
| README.md | ||
jsonobjectliststream
Simple wrapper to provide streaming JSON output of a list of objects to an io.WriteCloser. This saves having to store the full list of objects prior to output.
All objects sent to the Encode() method will be packaged into
a JSON list in the output stream/