Packages

p

io

scalajs

package scalajs

scalajs package object

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalajs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package collection
  2. package nodejs
  3. package util

Type Members

  1. 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

  2. implicit final class JSONEnrichment extends AnyVal

    JSON Enrichment

Deprecated Type Members

  1. type JsAnything = Any
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use js.Any

  2. type JsNumber = |[|[|[|[|[|[Byte, Double], Float], Int], Long], Short], Number]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use Double or specific Number sub type

  3. type RawOptions = |[Dictionary[_], Object]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use specific type

Deprecated Value Members

  1. object JSON extends Object with JSON

    JSON Singleton Object

    JSON Singleton Object

    Annotations
    @deprecated @native() @JSGlobal("JSON")
    Deprecated

    (Since version 0.9.0) Use scala.scalajs.js.JSON instead

Inherited from AnyRef

Inherited from Any

Ungrouped