io.finch.json

JsonArray

Related Doc: package json

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

A json array with underlying list.

Linear Supertypes
Serializable, Serializable, Product, Equals, Json, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonArray
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Json
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonArray(list: List[Any])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def apply[A](path: String): Option[A]

    Queries this json object by the given path.

    Queries this json object by the given path.

    path

    a path to json value

    returns

    an option of json value

    Definition Classes
    Json
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compressed: Json

    A compressed version of this json object.

    A compressed version of this json object. See Json.compress for details.

    Definition Classes
    Json
  8. def concat(that: Json): Json

    Concatenates this json object with given that one.

    Concatenates this json object with given that one. See Json.concatLeft for details.

    Definition Classes
    Json
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. val list: List[Any]

  14. def merge(that: Json): Json

    Merges this json object with given that one.

    Merges this json object with given that one. See Json.mergeLeft for details.

    Definition Classes
    Json
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    The string representation of this json object.

    The string representation of this json object.

    Definition Classes
    Json → AnyRef → Any
  20. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Json

Inherited from AnyRef

Inherited from Any

Ungrouped