JsonType

zio.json.ast.JsonType
See theJsonType companion object
sealed trait JsonType[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Arr.type
object Bool.type
object Null.type
object Num.type
object Obj.type
object Str.type

Members list

Concise view

Value members

Abstract methods

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