Versions in this module Expand all Collapse all v0 v0.1.0 Nov 10, 2021 Changes in this version type Object + func (o *Object) KeyOrder() []string v0.0.1 Oct 27, 2021 Changes in this version + type Object struct + func NewObject() *Object + func (o *Object) Get(k string) (interface{}, bool) + func (o *Object) Set(k string, v interface{}) + func (o *Object) SetAndReturn(k string, v interface{}) *Object + func (o Object) MarshalJSON() ([]byte, error) + type Value struct + V interface{} + func MustNewValueFromJSON(s string) Value + func NewValueFromJSON(s string) (Value, error) + func (v *Value) Scan(src interface{}) error + func (v *Value) UnmarshalJSON(b []byte) error + func (v Value) MarshalJSON() ([]byte, error) + func (v Value) Value() (driver.Value, error)