JSONValue.floating

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

  1. double floating [@property getter]
    struct JSONValue
    @property const pure @safe
    double
    floating
    ()
  2. double floating [@property setter]

Throws

JSONException for read access if type is not JSONType.float_.

Meta

Suggestion Box / Bug Report