package scalajs
scalajs package object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scalajs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
JSON extends Object
The JSON object contains methods for parsing JavaScript Object Notation (JSON) and converting values to JSON.
The JSON object contains methods for parsing JavaScript Object Notation (JSON) and converting values to JSON. It can't be called or constructed, and aside from its two method properties it has no interesting functionality of its own.
- Annotations
- @RawJSType() @native()
- See also
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON
-
implicit final
class
JSONEnrichment extends AnyVal
JSON Enrichment
-
type
JsAnything = Any
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) Use js.Any
-
type
JsNumber = |[|[|[|[|[|[Byte, Double], Float], Int], Long], Short], Number]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) Use Double or specific Number sub type
-
type
RawOptions = |[Dictionary[_], Object]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) Use specific type