Documentation ¶
Overview ¶
Package json provides an encoder/decoder for JSON quad formats
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamReader ¶
type StreamReader struct {
// contains filtered or unexported fields
}
func NewStreamReader ¶
func NewStreamReader(r io.Reader) *StreamReader
func (*StreamReader) Close ¶
func (r *StreamReader) Close() error
type StreamWriter ¶
type StreamWriter struct {
// contains filtered or unexported fields
}
func NewStreamWriter ¶
func NewStreamWriter(w io.Writer) *StreamWriter
func (*StreamWriter) Close ¶
func (w *StreamWriter) Close() error
Click to show internal directories.
Click to hide internal directories.