JsonType

sealed trait JsonType[A]
Companion:
object
class Object
trait Matchable
class Any
object Arr.type
object Bool.type
object Null.type
object Num.type
object Obj.type
object Str.type

Value members

Abstract methods

def get(json: Json): Either[String, A]