Versions in this module Expand all Collapse all v1 v1.0.1 Jan 29, 2018 v1.0.0 Aug 18, 2017 Changes in this version + const ContentType + func NewEncoder(w io.Writer) *json.Encoder + func RecordValue(b []byte) ([]byte, bool) + func ScanRecord(data []byte, atEOF bool) (advance int, token []byte, err error) + func WriteRecord(w io.Writer, json []byte) error + type Decode func(b []byte, v interface{}) error + type Decoder struct + func NewDecoder(r io.Reader) *Decoder + func NewDecoderFn(r io.Reader, fn Decode) *Decoder + func (d *Decoder) Decode(v interface{}) error + type RecordWriter struct + func (w *RecordWriter) Write(record []byte) (int, error)