Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in circe

Streamed JSON decoding using preferably Circe and Akka Streams

json akka-stream circe

Avoid serialize to null using Circe json serializer

json scala circe

Decode json inside json string

json scala circe

Tapir Custom Codec

scala codec circe tapir

Encode nested object as a string

json scala circe

diverging implicit expansion for type io.circe.Encoder[scala.collection.immutable.Map[Int,Any]]

json scala circe

How to create custom encoding of Option types with Circe?

scala circe

How to decode missing json array as empty List with circe

json scala circe

Transforming JSON with Circe

json scala circe

How to avoid scientific notation in circe JSON serialization

json scala bigdecimal circe

could not find implicit value for parameter encoder: io.circe.Encoder[com.sweetsoft.SapHealth]

scala circe

How to create a custom decoder in Circe that parses time values

How to create a decoder for an Either type with Circe?

scala circe

Parse Json Objects into case classes in Scala?

scala circe

How do I convert a java.util.UUID to doobie.syntax.SqlInterpolator.SingleFragment?

scala circe http4s doobie

Scala Circe with generics

json scala circe

Circe Decode to sealed trait extended by multiple case classes

scala circe

How to decode null to empty string in Circe

scala circe