Returns the string value in the form that is available without allocating memory.
structJSONString(String)
nothrow @property const pure @nogc
Tuple!(const(String), bool)
anyValue
()
Return Value
Type: Tuple!(const(String), bool)
A tuple of the string and a boolean value is returned. The boolean is
set to true if the returned string is in decoded form. false is
returned otherwise.
Returns the string value in the form that is available without allocating memory.