- eachArrayValue
void eachArrayValue(AggregateType value, void delegate(size_t, AggregateType) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- eachObjectProperty
void eachObjectProperty(AggregateType value, void delegate(string, AggregateType) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- getArrayValue
AggregateType getArrayValue(AggregateType value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBoolean
bool getBoolean(AggregateType value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getInteger
long getInteger(AggregateType value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNumber
double getNumber(AggregateType value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getObjectProperty
AggregateType getObjectProperty(AggregateType value, string index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getString
string getString(AggregateType value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getType
JsonSchemaType getType(AggregateType value)
Undocumented in source. Be warned that the author may not have intended to support it.
- isNull
bool isNull(AggregateType value)
Undocumented in source. Be warned that the author may not have intended to support it.