Package

io

scalajs

Permalink

package scalajs

scalajs package object

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

Type Members

  1. trait JSON extends Object

    Permalink

    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

    Permalink

    JSON Enrichment

  3. type JsAnything = |[|[|[|[Any, Object], JsNumber], String], Boolean]

    Permalink
  4. type JsNumber = |[|[|[|[|[|[Byte, Double], Float], Int], Long], Short], Number]

    Permalink
  5. type RawOptions = |[Dictionary[_], Object]

    Permalink

Value Members

  1. object JSON extends Object with JSON

    Permalink

    JSON Singleton Object

    JSON Singleton Object

    Annotations
    @native() @JSName( "JSON" )
  2. package collection

    Permalink
  3. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped