Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buger/jsonparser
/ ValueType
TypeAlias
ValueType
parser.go:1032–1032 ·
view source on GitHub ↗
Data types available in valid JSON data.
Source
from the content-addressed store, hash-verified
1030
1031
// Data types available in valid JSON data.
1032
type
ValueType int
1033
1034
const
(
1035
NotExist = ValueType(iota)
Callers
2
TestValueTypeString
Function · 0.85
parser.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected