JSONValue.toPrettyString - multiple declarations

Function JSONValue.toPrettyString

void toPrettyString(Out) (
  Out sink,
  in JSONOptions options = JSONOptions.none
) const;

Function JSONValue.toPrettyString

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

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

options can be used to tweak the conversion behavior