package
jsonr
Type Members
-
case class
ArrayElement
[IterableType]
(element: Iterable[IterableType]) extends SequenceElement with Product with Serializable
-
-
case class
MapElement
(element: scala.collection.Map[_, _]) extends SequenceElement with Product with Serializable
-
case class
ObjectElement
[ClassType]
(element: ClassType) extends SequenceElement with Product with Serializable
-
case class
PairElement
[Key, Value]
(element: (Key, Value)) extends JSONElement with Product with Serializable
-
case class
PrimitiveElement
[ElementType]
(element: ElementType) extends JSONElement with Product with Serializable
-
-
case class
StringElement
(element: String) extends JSONElement with Product with Serializable