The OpenD Programming Language

JsonSerializer.putStringPart

Puts string part. The implementation allows to split string unicode points.

struct JsonSerializer(string sep, Appender)
scope
void
putStringPart
(
scope const(char)[] value
)

Meta