Documentation ¶
Overview ¶
Package jsonstream implements streaming reader and writer for JSON objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader reads a stream of JSON objects.
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer writes a stream of JSON objects.
func NewWriter ¶
NewWriter creates a new Writer on top of a specified writer with a specified optional header.
func (*Writer) FinalizeWithSummary ¶
FinalizeWithSummary writes the postamble to the JSON stream with a given summary object.
Click to show internal directories.
Click to hide internal directories.