Packages

package zjson

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. zjson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ReturnEither[A] = Either[Throwable, A]

Value Members

  1. implicit val jsonMergePatchDecoder: JsonDecoder[JsonMergePatch[Json]]
  2. implicit val jsonMergePatchEncoder: JsonEncoder[JsonMergePatch[Json]]
  3. implicit val jsonPatchDecoder: JsonDecoder[JsonPatch[Json]]
  4. implicit val jsonPatchEncoder: JsonEncoder[JsonPatch[Json]]
  5. implicit val operationDecoder: JsonDecoder[Operation[Json]]
  6. implicit val operationEncoder: JsonEncoder[Operation[Json]]
  7. implicit val pointerDecoder: JsonDecoder[Pointer]
  8. implicit val pointerEncoder: JsonEncoder[Pointer]
  9. implicit object jsonyZio extends Jsony[Json]

Inherited from AnyRef

Inherited from Any

Ungrouped