No description
  • Go 87.4%
  • Makefile 12.6%
Find a file
Danny Smith 3fb87aa57d Clean up slightly.
After nuking the previous version, this should be a suitable
replacement.
2024-07-01 21:24:44 +01:00
.gitignore Simple JSON object streaming 2024-07-01 10:56:28 +01:00
.golangci.yaml Simple JSON object streaming 2024-07-01 10:56:28 +01:00
go.mod Simple JSON object streaming 2024-07-01 10:56:28 +01:00
jsonobjectliststream.go Clean up slightly. 2024-07-01 21:24:44 +01:00
Makefile Simple JSON object streaming 2024-07-01 10:56:28 +01:00
README.md Clean up slightly. 2024-07-01 21:24:44 +01:00

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/