JsonObjectScalaz

class Object
trait Matchable
class Any

Value members

Concrete methods

def from[F[_] : Foldable](f: F[(JsonField, Json)]): JsonObject

Inherited methods

The lens to the JSON value.

The lens to the JSON value.

Inherited from:
JsonObjectScalazs
Source:
JsonObjectScalaz.scala

The partial lens to the JSON value.

The partial lens to the JSON value.

Inherited from:
JsonObjectScalazs
Source:
JsonObjectScalaz.scala
def traverse[F[_]](o: JsonObject, f: Json => F[Json])(implicit FF: Applicative[F]): F[JsonObject]

Implicits

Inherited implicits

implicit val JsonObjectEqual: Equal[JsonObject]
implicit val JsonObjectShow: Show[JsonObject]