JSONNumber

sealed trait JSONNumber extends JSONValue
trait JSONValue
class Object
trait Matchable
class Any
class JSONLong

Value members

Inherited methods

def toJSON: String
Inherited from:
JSONValue
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
JSONValue -> Any
Inherited from:
JSONValue