Function JSONString.anyValue

Returns the string value in the form that is available without allocating memory.

Tuple!(const(String),bool) anyValue () const pure @nogc @property;

Returns

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.