JSONValue.toPrettyString

string toPrettyString(in JSONOptions options = JSONOptions.none) const @safe

Implicitly calls toJSON on this JSONValue, like toString, but also passes true as pretty argument.

options can be used to tweak the conversion behavior
void toPrettyString(Out)(Out sink, in JSONOptions options = JSONOptions.none) const
No documentation available for this declaration.