JSONNumber

wvlet.airframe.json.JSON$.JSONNumber
sealed trait JSONNumber extends JSONValue

Attributes

Graph
Supertypes
trait JSONValue
class Object
trait Matchable
class Any
Known subtypes
class JSONLong

Members list

Concise view

Value members

Inherited methods

def toJSON: String

Attributes

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.

Attributes

Returns:

a string representation of the object.

Definition Classes
JSONValue -> Any
Inherited from:
JSONValue