Versions in this module Expand all Collapse all v0 v0.1.1 Feb 2, 2024 v0.1.0 Jan 8, 2024 Changes in this version + var Marshal = json.Marshal + var MarshalIndent = json.MarshalIndent + var NewDecoder = json.NewDecoder + var NewEncoder = json.NewEncoder + var Unmarshal = json.Unmarshal + func MustMarshal(v any) []byte + func MustMarshalIndent(v any, prefix, indent string) []byte + func MustUnmarshal(data []byte, v any) + func ShouldMarshal(v any) []byte + func ShouldMarshalIndent(v any, prefix, indent string) []byte + func ShouldUnmarshal(data []byte, v any) + type RawMessage = json.RawMessage