trait JSON extends scala.scalajs.js.Object with StObject
- Annotations
- @JSType() @native()
- Source
- JSON.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSON
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def parse(text: java.lang.String, reviver: ThisFunction2[Any, java.lang.String, Any, Any]): Any
- def parse(text: java.lang.String): Any
Converts a JavaScript Object Notation (JSON) string into an object.
Converts a JavaScript Object Notation (JSON) string into an object.
- text
A valid JSON string.
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def stringify(value: Any, replacer: Unit, space: Double): java.lang.String
- def stringify(value: Any, replacer: Unit, space: java.lang.String): java.lang.String
- def stringify(value: Any, replacer: Null, space: Double): java.lang.String
- def stringify(value: Any, replacer: Null, space: java.lang.String): java.lang.String
- def stringify(value: Any, replacer: ThisFunction2[Any, java.lang.String, Any, Any], space: Double): java.lang.String
- def stringify(value: Any, replacer: ThisFunction2[Any, java.lang.String, Any, Any], space: java.lang.String): java.lang.String
- def stringify(value: Any, replacer: ThisFunction2[Any, java.lang.String, Any, Any]): java.lang.String
- def stringify(value: Any, replacer: scala.scalajs.js.Array[|[Double, java.lang.String]], space: Double): java.lang.String
- def stringify(value: Any, replacer: scala.scalajs.js.Array[|[Double, java.lang.String]], space: java.lang.String): java.lang.String
- def stringify(value: Any, replacer: scala.scalajs.js.Array[|[Double, java.lang.String]]): java.lang.String
- def stringify(value: Any): java.lang.String
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
- value
A JavaScript value, usually an object or array, to be converted.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- val toStringTag: java.lang.String
- Annotations
- @JSName(js.Symbol.toStringTag)
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated