parse

package
v0.0.0-...-fb6054f Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(data []byte, opts ...ParseOption) (ijsoner.IJsonParseRet, error)

func ReleaseCache

func ReleaseCache(jsonparser ijsoner.IJsonParseRet)

Types

type ParseFrame

type ParseFrame int
const (
	SimpleJsonFrame ParseFrame = 0
	FastJsonFrame   ParseFrame = 1
	GeyJsonFrame    ParseFrame = 2
	JsonIterFrame   ParseFrame = 3
	JsonParserFrame ParseFrame = 4
	SonicFrame      ParseFrame = 5
)

type ParseOption

type ParseOption func(cfg *config)

func SetParseFrame

func SetParseFrame(v ParseFrame) ParseOption

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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