Obj

zio.json.ast.Json.Obj
See theObj companion class
object Obj

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Obj.type

Members list

Type members

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(chunk: Chunk[(String, Json)]): Obj
def apply(fields: (String, Json)*): Obj

Concrete fields

val empty: Obj

Implicits

Implicits

implicit val codec: JsonCodec[Obj]
implicit val decoder: JsonDecoder[Obj]
implicit val encoder: JsonEncoder[Obj]