io.finch

json

package json

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

Type Members

  1. sealed trait Json extends AnyRef

    An immutable Json API.

  2. case class JsonArray(list: List[Any]) extends Json with Product with Serializable

    A json array with underlying list.

  3. case class JsonObject(map: Map[String, Any]) extends Json with Product with Serializable

    A json object with underlying map.

Value Members

  1. object Json

    A json companion object, which in an entry point into JSON API.

  2. object JsonNull extends Json

    A json null value.

Inherited from AnyRef

Inherited from Any

Ungrouped