io.circe

scalajs

package scalajs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalajs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class EncoderJsOps[A] extends AnyVal

Value Members

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

    Convert scala.scalajs.js.Any to Json.

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

    Convert Json to scala.scalajs.js.Any.

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

    Decode scala.scalajs.js.Any.

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped