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

Function getType

parser.go:1576–1578  ·  view source on GitHub ↗

SYS-REQ-001, SYS-REQ-027

(data []byte, offset int)

Source from the content-addressed store, hash-verified

1574
1575// SYS-REQ-001, SYS-REQ-027
1576func getType(data []byte, offset int) ([]byte, ValueType, int, error) {
1577 return getTypeConfig(DefaultConfig, data, offset)
1578}
1579
1580// SYS-REQ-115
1581func getTypeConfig(config Config, data []byte, offset int) ([]byte, ValueType, int, error) {

Calls 1

getTypeConfigFunction · 0.85