Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

kastelo/jsons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsons

Package jsons converts JSON arrays into streams of objects.

This is useful if you have a file, HTTP response or similar containing a large array of JSON objects. Instead of reading it all into memory and deserializing into a []Whatever you can wrap the reader in a jsons.Reader and then use a json.Decoder to repeatedly read and deserialize a single object into a Whatever.

Documentation

https://godoc.org/github.com/calmh/jsons

License

MIT

About

Package jsons converts JSON arrays into streams of objects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages