jsonx

package
v0.0.0-...-a52f7ff Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BorrowIterator

func BorrowIterator(data []byte) *jsoniter.Iterator

func BorrowStream

func BorrowStream(writer io.Writer) *jsoniter.Stream

func DecoderOf

func DecoderOf(typ reflect2.Type) jsoniter.ValDecoder

func EncoderOf

func EncoderOf(typ reflect2.Type) jsoniter.ValEncoder

func Get

func Get(data []byte, path ...interface{}) jsoniter.Any

func Marshal

func Marshal(v interface{}) ([]byte, error)

func MarshalIndent

func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error)

func MarshalToString

func MarshalToString(v interface{}) (string, error)

func NewDecoder

func NewDecoder(reader io.Reader) *jsoniter.Decoder

func NewEncoder

func NewEncoder(writer io.Writer) *jsoniter.Encoder

func RegisterExtension

func RegisterExtension(extension jsoniter.Extension)

func ReturnIterator

func ReturnIterator(iter *jsoniter.Iterator)

func ReturnStream

func ReturnStream(stream *jsoniter.Stream)

func Unmarshal

func Unmarshal(data []byte, v interface{}) error

func UnmarshalFromString

func UnmarshalFromString(str string, v interface{}) error

func Valid

func Valid(data []byte) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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