JsonStringSerializer.readDictionary

Undocumented in source. Be warned that the author may not have intended to support it.
struct JsonStringSerializer(R, bool pretty = false)
static if(isInputRange!(R))
void
readDictionary
(
Traits
)
(
scope void delegate
(
string
)
@safe
entry_callback
)
if (
isInputRange!R ||
isOutputRange!(R, char)
)

Meta