Versions in this module Expand all Collapse all v0 v0.0.1 Aug 30, 2021 Changes in this version + func Encode(val interface{}, opts Options) ([]byte, error) + func EncodeIndented(val interface{}, prefix string, indent string, opts Options) ([]byte, error) + func EncodeInto(buf *[]byte, val interface{}, opts Options) error + func Pretouch(vt reflect.Type) (err error) + func Quote(s string) string + type Encoder struct + Opts Options + func (self *Encoder) Encode(v interface{}) ([]byte, error) + func (self *Encoder) SortKeys() *Encoder + type Options uint64 + const SortMapKeys