How to decode a JSON null into an empty collection...
Read MoreDecoding JSON values in circe where the key is not known at compile time...
Read MoreParsing a file having content as Json format in Scala...
Read MoreExtending AutoDerivation in Circe does not work...
Read MoreADT Json serialization/deserialization...
Read MoreModify field at any level with circe-optics...
Read MoreUsing Circe optics to modify all fields of an object, or all items of an array...
Read MoreHow to parse a Json array within a field while only getting certain fields of the object...
Read Morecould not find Lazy implicit value of type io.circe.generic.decoding.DerivedDecoder[Staff]...
Read Moreautomatic JSON encoding/decoding with slick-codegen created case classes...
Read MoreHow to parse dynamic JSON with Circe...
Read MoreHow to "flatten" JSON representation of objects using circe i.e., from case class to its s...
Read MoreHow to parse nested Json Arrays with Circe Optics...
Read MoreWhy it does not decode to ADT type?...
Read MoreHow to create custom encoding of Option types with Circe?...
Read MoreHow to get Circe to skip certain values from the enumeration?...
Read MoreHow do I get circe to have an either/or output scenario for the generated Json?...
Read MoreHow to check against an empty JSON...
Read MoreScala, cats - convert FUUID with Circe...
Read MoreEncountering errors when trying to write either a Circe encoder or decoder for ADT...
Read MoreAutomatic derivation of codecs for structural types...
Read MoreCirce: force an optional field to `null`...
Read MoreTransform JSON tree to other format (XML, CSV etc.) recursively with circe...
Read MoreJson.asString returns None even though Json.toString returns the correct value...
Read Moresbt compile fails with bad option: '-Ywarn-macros:after'...
Read MoreIs that possible to make semiauto decoders consider default values for case class fields?...
Read More