Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 v0.0.1 Apr 11, 2026 Changes in this version + var BeginArray = jsontext.BeginArray + var BeginObject = jsontext.BeginObject + var EndArray = jsontext.EndArray + var EndObject = jsontext.EndObject + var Null = jsontext.Null + func AllowDuplicateNames(allow bool) json.Options + func Deterministic(v bool) json.Options + func Marshal(in any, opts ...json.Options) (out []byte, err error) + func MarshalEncode(out *jsontext.Encoder, in any, opts ...json.Options) (err error) + func MarshalIndent(in any, prefix, indent string) (out []byte, err error) + func MarshalIndentWrite(out io.Writer, in any, prefix, indent string) (err error) + func MarshalWrite(out io.Writer, in any, opts ...json.Options) (err error) + func NewDecoder(r io.Reader) *jsontext.Decoder + func Unmarshal(in []byte, out any, opts ...json.Options) (err error) + func UnmarshalDecode(in *jsontext.Decoder, out any, opts ...json.Options) (err error) + func UnmarshalRead(in io.Reader, out any, opts ...json.Options) (err error) + func WithIndent(indent string) json.Options + type Decoder = jsontext.Decoder + type Encoder = jsontext.Encoder + type Kind = jsontext.Kind + type MarshalerTo = json.MarshalerTo + type UnmarshalerFrom = json.UnmarshalerFrom + type Value = jsontext.Value