case class JsonObjectNode(content: JsonObjectWithTarget, children: Option[Seq[JsonObjectWithTarget]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonObjectNode
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonObjectNode(content: JsonObjectWithTarget, children: Option[Seq[JsonObjectWithTarget]])
Value Members
- val children: Option[Seq[JsonObjectWithTarget]]
- val content: JsonObjectWithTarget