id: tjsonreal title: TJSONReal
A JSON real number.
Method Create:TJSONReal(v:Double)Creates an instance of TJSONReal with v.
Method Create:TJSONReal(v:Float)Creates an instance of TJSONReal with v.
Method Value:Double()Returns the associated value of the real.
Method Set:Int(v:Double)Sets the associated value of real to v.
Returns 0 on success, -1 otherwise.
Method Set:Int(v:Float)Sets the associated value of real to v.
Returns 0 on success, -1 otherwise.