phobos ~master (2024-10-15T22:24:56Z)
Dub
Repo
JSONValue.isOrdered
std
json
JSONValue
Returns
true
if the order of keys of the represented object is being preserved.
struct
JSONValue
@
property
const pure @
trusted
bool
isOrdered
(
)
Meta
Source
See Implementation
std
json
JSONValue
constructors
this
functions
opApply
opBinaryRight
opEquals
opIndex
opIndexAssign
toPrettyString
toString
manifest constants
emptyArray
emptyObject
emptyOrderedObject
properties
array
arrayNoRef
boolean
floating
get
integer
isNull
isOrdered
object
objectNoRef
orderedObject
orderedObjectNoRef
str
type
uinteger
Returns true if the order of keys of the represented object is being preserved.