co.torri

jsonr

package jsonr

Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayElement [IterableType] (element: Iterable[IterableType]) extends SequenceElement with Product with Serializable

  2. trait JSONElement extends AnyRef

  3. case class MapElement (element: scala.collection.Map[_, _]) extends SequenceElement with Product with Serializable

  4. case class ObjectElement [ClassType] (element: ClassType) extends SequenceElement with Product with Serializable

  5. case class PairElement [Key, Value] (element: (Key, Value)) extends JSONElement with Product with Serializable

  6. case class PrimitiveElement [ElementType] (element: ElementType) extends JSONElement with Product with Serializable

  7. class SequenceElement extends JSONElement

    Attributes
    abstract
  8. case class StringElement (element: String) extends JSONElement with Product with Serializable

Value Members

  1. def $ (all: (String, Any)*): MapElement

    Definition Classes
    package
  2. def % (all: Any*): ArrayElement[Any]

    Definition Classes
    package
  3. object JSONElement extends AnyRef

  4. object TupleType extends AnyRef

  5. implicit def any2json (a: Any): JSONElement

    Attributes
    implicit
    Definition Classes
    package
  6. object emptyElement extends StringElement

  7. object nullElement extends JSONElement