JsonStringSerializer.beginWriteDictionaryEntry

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

Meta