Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in circe

Generic derivation of AnyVal types with Circe

json scala circe

Parsing primitive types in Circe

json scala parsing circe

Circe Encoders and Decoders with Http4s

Transforming JSON with state in circe

json scala circe

How to decode a JSON null into an empty collection

json scala circe

Adding field to a json using Circe

scala json-ld circe

Ignore None field while Encoding to json with Circe for Scala

json scala circe

Strange NPE with io.circe.Decoder

scala circe

Use circe to preprocess dot-notation style fields

json scala circe

Circe parse json from snake case keys

scala circe

How to Use Circe for Decoding JSON Lists/Arrays in Scala

json scala circe

Deriving circe Codec for a sealed case class family where base trait has a (sealed) type member

json scala shapeless 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