Documentation
Dlang.org
Reader.isObject
json
reader
Reader
Checks whether the reader is currently on an object.
class
Reader
bool
isObject
(
)
Return Value
Type:
bool
TRUE
if the reader is on an object
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 an object.