Skip to content

wal-g/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c64ac16 · Oct 11, 2021

History

36 Commits
Oct 7, 2021
Oct 11, 2021
Oct 7, 2021
Sep 14, 2021
Sep 14, 2021
Sep 15, 2021
Oct 11, 2021
Oct 8, 2021
Oct 8, 2021
Oct 11, 2021
Oct 5, 2021
Oct 11, 2021
Oct 7, 2021
Oct 11, 2021
Sep 14, 2021
Oct 7, 2021
Sep 14, 2021
Oct 7, 2021
Oct 7, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Sep 21, 2021
Oct 7, 2021
Oct 11, 2021
Sep 21, 2021
Oct 11, 2021
Oct 7, 2021
Oct 11, 2021
Sep 14, 2021
Oct 11, 2021
Sep 14, 2021
Sep 14, 2021

Repository files navigation

Streaming JSON

This is a library providing JSON serialization by streaming to given io.WriteCloser, without allocating memory for entire JSON and deserialization object from io.Reader without fetching all the data before.

Credits

This library is strongly based on the standart library encoding/json package.