JsonObject.Iterator

Iterate over our attribute names. Note that we use a Fruct to handle this, since foreach does not operate cleanly with pointers (it doesn't automatically dereference them), whereas using x.attributes() does.

We may also use this to do some name filtering

Members

Functions

opApply
int opApply(int delegate(ref const(T)[] key, ref Value val) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta