You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importio.circe.JsoncaseclassFoo(value: Json=Json.obj())
io.circe.derivation.deriveDecoder[Foo]((i: String) => i, false, None).decodeJson(Json.obj())
results Left(DecodingFailure(Attempt to decode value on failed cursor, List(DownField(value)))) in 0.13.0-M1 and before,
results Right(Foo(JObject(object[]))) in 0.13.0-M2 and after.
The text was updated successfully, but these errors were encountered:
s-nel
linked a pull request
Oct 3, 2022
that will
close
this issue
results
Left(DecodingFailure(Attempt to decode value on failed cursor, List(DownField(value))))
in 0.13.0-M1 and before,results
Right(Foo(JObject(object[])))
in 0.13.0-M2 and after.The text was updated successfully, but these errors were encountered: