Package

io.circe

scalajs

Permalink

package scalajs

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

Type Members

  1. implicit final class EncoderJsOps[A] extends AnyVal

    Permalink

Value Members

  1. final def convertJsToJson(input: Any): Either[Throwable, Json]

    Permalink

    Convert scala.scalajs.js.Any to Json.

  2. final def convertJsonToJs(input: Json): Any

    Permalink

    Convert Json to scala.scalajs.js.Any.

  3. final def decodeJs[A](input: Any)(implicit d: Decoder[A]): Either[Throwable, A]

    Permalink

    Decode scala.scalajs.js.Any.

  4. implicit final def decodeJsUndefOr[A](implicit d: Decoder[A]): Decoder[UndefOr[A]]

    Permalink
  5. implicit final def encodeJsUndefOr[A](implicit e: Encoder[A]): Encoder[UndefOr[A]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped