Versions in this module Expand all Collapse all v0 v0.4.0 Jun 18, 2018 Changes in this version + func Marshal(w *Writer, v interface{}) + type Appender interface + AppendJSON func([]byte) []byte + type Marshaler interface + MarshalFastJSON func(w *Writer) + type Writer struct + func (w *Writer) Bool(v bool) + func (w *Writer) Bytes() []byte + func (w *Writer) Float32(n float32) + func (w *Writer) Float64(n float64) + func (w *Writer) Int64(n int64) + func (w *Writer) RawByte(c byte) + func (w *Writer) RawBytes(data []byte) + func (w *Writer) RawString(s string) + func (w *Writer) Reset() + func (w *Writer) Rewind(size int) + func (w *Writer) Size() int + func (w *Writer) String(s string) + func (w *Writer) StringContents(s string) + func (w *Writer) Time(t time.Time, layout string) + func (w *Writer) Uint64(n uint64)