DynamicJson

case
class DynamicJson(value: Json) extends Dynamic

Like circe optics - pimped dynamic type on top of circe json

Companion
object
trait Serializable
trait Product
trait Equals
trait Dynamic
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(field: String): DynamicJson
final
def apply(index: Int): DynamicJson
def as[A : Decoder]: Try[A]
def asBool(default: Boolean): Boolean
def asDouble(default: Double): Double
def asDoubleOpt: Option[Double]
def asInt(default: Int): Int
def asIntOpt: Option[Int]
def asString: String
final
def each: Vector[DynamicJson]
final
def selectDynamic(field: String): DynamicJson
override
def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product