jsonx

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder

type Decoder struct {
	json.Decoder
	// contains filtered or unexported fields
}

func NewDecoder

func NewDecoder(r io.Reader) *Decoder

func (*Decoder) Decode

func (d *Decoder) Decode(v interface{}) error

func (*Decoder) DecodeWithContext

func (d *Decoder) DecodeWithContext(ctx context.Context, v interface{}) error

func (*Decoder) More

func (d *Decoder) More() bool

func (*Decoder) MoreWithContext

func (d *Decoder) MoreWithContext(ctx context.Context) bool

func (*Decoder) SkipUntilValidToken

func (d *Decoder) SkipUntilValidToken() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL