object
JsonNode
Type Members
-
case class
Arr(values: Iterable[JsonNode]) extends JsonNode with Product with Serializable
-
case class
Bool(value: Boolean) extends Value[Boolean] with Product with Serializable
-
case class
DNum(value: Double) extends Num[Double] with Product with Serializable
-
case class
INum(value: Int) extends Num[Int] with Product with Serializable
-
sealed
trait
Num[T] extends Value[T]
-
case class
Obj(nodes: Iterable[(String, JsonNode)]) extends JsonNode with Product with Serializable
-
case class
Raw(value: String) extends Value[String] with Product with Serializable
-
case class
RegExp(value: String) extends Value[String] with Product with Serializable
-
implicit final
class
RichJsonNode extends AnyVal
-
case class
Str(value: String) extends Value[String] with Product with Serializable
-
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
object
Arr extends Serializable
-
object
Num
-
object
Obj extends Serializable
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
boolProp(kv: (Symbol, Boolean)): (String, Bool)
-
implicit
def
boolToNoe(value: Boolean): JsonNode
-
def
clone(): AnyRef
-
implicit
def
dnumProp(kv: (Symbol, Double)): (String, DNum)
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit
def
inumProp(kv: (Symbol, Int)): (String, INum)
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
def
iterable(values: Iterable[(String, Any)]): Iterable[(String, JsonNode)]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
numToNode(value: Double): JsonNode
-
implicit
def
strProp(kv: (Symbol, String)): (String, Str)
-
implicit
def
strToNode(value: String): JsonNode
-
implicit
def
symProp(kv: (Symbol, JsonNode)): (String, JsonNode)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any