object JsonOption

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

Value Members

  1. implicit def decodeRestOption[A](implicit decodeOpt: Decoder[Option[A]]): Decoder[JsonOption[A]]
  2. def fromOptionWithNull[A](opt: Option[A]): JsonOption[A]
  3. def fromOptionWithUndefined[A](opt: Option[A]): JsonOption[A]
  4. def removeUndefined[A](seq: Seq[(String, JsonOption[Json])]): Seq[(String, Json)]
  5. def removeUndefinedToObj(seq: (String, JsonOption[Json])*): Json