jstream

package
v0.0.0-...-6f42548 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2014 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrStreamDelimiter = errors.New("Stream delimiter encountered")

Functions

This section is empty.

Types

type Reader

type Reader interface {
	ReadJSON(interface{}) error
}

func NewReader

func NewReader(reader io.Reader) Reader

type Writer

type Writer interface {
	WriteJSON(interface{}) error
	WriteDelimiter() error
}

func NewWriter

func NewWriter(writer io.Writer) Writer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL