jsoniopipe ~master (2021-03-29T17:53:30Z)
Dub
Repo
isValue
iopipe
json
parser
pure @
safe
nothrow
bool
isValue
(
JSONToken
token
)
Return Value
Type:
bool
true
if the token can be used in place of a "value". Useful for validation.
Meta
Source
See Implementation
iopipe
json
parser
enums
JSONParseHint
JSONToken
functions
isValue
jsonItem
jsonTok
jsonTokenizer
parseNumber
parseString
structs
JSONItem
JSONTokenizer