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
Click to show internal directories.
Click to hide internal directories.