Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in circe

Transform Json with circe

json scala circe

How can I configure Circe to stop using nested class names as key names in encoded JSON?

json scala case-class circe

How do I ignore decoding failures in a JSON array?

json scala circe

Decoding Case Class w/ Tagged Type

scala shapeless circe

Decoding JSON values in circe where the key is not known at compile time

Circe encoder for generic case class with default parameters

json scala circe

Is there a way to have optional fields in a Circe decoder?

scala 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