Documentation
Dlang.org
Reader.isValue
json
reader
Reader
Checks whether the reader is currently on a value.
class
Reader
bool
isValue
(
)
Return Value
Type:
bool
TRUE
if the reader is on a value
json
reader
Reader
constructors
this
functions
countElements
countMembers
endElement
endMember
getBooleanValue
getCurrentNode
getDoubleValue
getError
getIntValue
getMemberName
getNullValue
getStringValue
getValue
isArray
isObject
isValue
listMembers
readElement
readMember
setRoot
Checks whether the reader is currently on a value.