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

Function getType

parser.go:1482–1484  ·  view source on GitHub ↗

SYS-REQ-001, SYS-REQ-027

(data []byte, offset int)

Source from the content-addressed store, hash-verified

1480
1481// SYS-REQ-001, SYS-REQ-027
1482func getType(data []byte, offset int) ([]byte, ValueType, int, error) {
1483 return getTypeConfig(DefaultConfig, data, offset)
1484}
1485
1486// SYS-REQ-115
1487func getTypeConfig(config Config, data []byte, offset int) ([]byte, ValueType, int, error) {

Calls 1

getTypeConfigFunction · 0.85