JSONValue.str

string str() @property const pure @trusted return scope

Value getter/setter for JSONType.string.

Throws

JSONException for read access if type is not

JSONType.string.

string str(return scope string v) @property pure nothrow @nogc @trusted return

ditto