Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in circe

Circe encoder/decoder for subclasses types

scala circe

Decoding Shapeless Tagged Types

scala shapeless circe

Generic derivation for ADTs in Scala with a custom representation

Capturing unused fields while decoding a JSON object with circe

json scala decoding circe

With Circe Json why is implicit resolution slower at runtime

json scala circe

Update case class from incomplete JSON with Argonaut or Circe

Encoding Scala None to JSON value using circe

json scala circe

Circe - Use default fields in case class when decoding/encoding json

scala akka-http circe

Circe and Scala's Enumeration type

json scala circe

My coproduct encoding is ambiguous

json scala union circe coproduct

How to convert sealed trait case objects to string using circe

scala circe

How to encode/decode Timestamp for json in circe?

json scala slick-3.0 circe

Transform all keys from `underscore` to `camel case` of json objects in circe

json scala circe

Decoding structured JSON arrays with circe in Scala

json scala circe

Circe instances for encoding/decoding sealed trait instances of arity 0?

scala circe

How to decode an ADT with circe without disambiguating objects