JSONValue.floating

double floating() @property const pure @safe

Value getter/setter for JSONType.float_. Note that despite the name, this is a 64-bit double, not a 32-bit float.

Throws

JSONException for read access if type is not

JSONType.float_.

double floating(double v) @property pure nothrow @safe @nogc

ditto