Versions in this module Expand all Collapse all v0 v0.2.0 Sep 29, 2022 v0.1.0 Sep 27, 2020 Changes in this version + func Marshal(v interface{}) ([]byte, error) + type Collection struct + Collection gtly.Collection + func (c Collection) IsNil() bool + func (c Collection) MarshalJSONArray(enc *gojay.Encoder) + type Object struct + func (o Object) MarshalJSONObject(enc *gojay.Encoder) + type Slice struct + func NewSlice(data interface{}) *Slice + func (s Slice) IsNil() bool + func (s Slice) MarshalJSONArray(enc *gojay.Encoder)