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

TypeAlias ValueType

parser.go:1013–1013  ·  view source on GitHub ↗

Data types available in valid JSON data.

Source from the content-addressed store, hash-verified

1011
1012// Data types available in valid JSON data.
1013type ValueType int
1014
1015const (
1016 NotExist = ValueType(iota)

Callers 2

TestValueTypeStringFunction · 0.85
parser.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected