Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in circe

(De)serialize enum as string in Scala 3

How to encode Json when HList parameter is HNil?

scala shapeless circe

Why does the circe `or` function (an apparently unary function) work with reduceLeft which requires a binary op?

How to represent dynamic JSON keys in Scala when using circe

scala circe

Automatic derivation of codecs for structural types

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