JSONValue.toString - multiple declarations

Function JSONValue.toString

Implicitly calls toJSON on this JSONValue.

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

options can be used to tweak the conversion behavior.

Function JSONValue.toString

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