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

Function getType

parser.go:1522–1524  ·  view source on GitHub ↗

SYS-REQ-001, SYS-REQ-027

(data []byte, offset int)

Source from the content-addressed store, hash-verified

1520
1521// SYS-REQ-001, SYS-REQ-027
1522func getType(data []byte, offset int) ([]byte, ValueType, int, error) {
1523 return getTypeConfig(DefaultConfig, data, offset)
1524}
1525
1526// SYS-REQ-115
1527func getTypeConfig(config Config, data []byte, offset int) ([]byte, ValueType, int, error) {

Calls 1

getTypeConfigFunction · 0.85