MCPcopy Create free account
hub / github.com/buger/jsonparser / getType

Function getType

parser.go:1463–1465  ·  view source on GitHub ↗

SYS-REQ-001, SYS-REQ-027

(data []byte, offset int)

Source from the content-addressed store, hash-verified

1461
1462// SYS-REQ-001, SYS-REQ-027
1463func getType(data []byte, offset int) ([]byte, ValueType, int, error) {
1464 return getTypeConfig(DefaultConfig, data, offset)
1465}
1466
1467// SYS-REQ-115
1468func getTypeConfig(config Config, data []byte, offset int) ([]byte, ValueType, int, error) {

Calls 1

getTypeConfigFunction · 0.85