Versions in this module Expand all Collapse all v0 v0.1.0 Aug 2, 2022 Changes in this version + var Indent = json.Indent + var Marshal = json.Marshal + var MarshalIndent = json.MarshalIndent + var NewDecoder = json.NewDecoder + var NewEncoder = json.NewEncoder + var Unmarshal = json.Unmarshal + var Valid = json.Valid + type Marshaler interface + MarshalJSON func() ([]byte, error) + type RawMessage = json.RawMessage + type Unmarshaler interface + UnmarshalJSON func([]byte) error