Search code examples
Decoded circe array inside case class always failing case class comparison test?...


scalacirce

Read More
How to represent dynamic JSON keys in Scala when using circe...


scalacirce

Read More
Convert Json to a Map[String, String]...


jsonscalacirce

Read More
couldn't decode Object with field Type Map[String, String] using circe...


jsonscalascala-catscirce

Read More
How to insert an empty object into JSON using Circe?...


jsonscalacirce

Read More
How to use Hcursor or Optics, as part of Circe-Json, to return a List of matching Objects?...


jsonscalacirce

Read More
Need help decoding following json with Circe...


scalacircehttp4s-circe

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


scalacirce

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


scalaakka-httpcirce

Read More
Organizing Scala implicits associated with a type...


scalaimplicitcircequill.io

Read More
Why isn't my discriminating field being added to my encoded case object using circe?...


jsonscalacirce

Read More
How to decode null to empty string in Circe...


scalacirce

Read More
How to parse an variant Json using Circe library with Scala?...


jsonscalacirce

Read More
Decoding a Seq of objects using Circe...


jsonscalacirce

Read More
Circe Decoder - Fallback to another decoder if fails...


jsonscalacirce

Read More
Encoding ADT case classes with a discriminator, even when typed as the case class...


jsonscalacircegeneric-derivation

Read More
Adding elements to JSON array using circe and scala...


scalacirce

Read More
Errors Unmarshalling JSON array to List of case classesc...


jsonscalacirce

Read More
Generic derivation for ADTs in Scala with a custom representation...


jsonscalacircegeneric-derivation

Read More
Wrapping circe decoder with own codecs (implicits)...


scalaimplicitcirce

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


jsonscalacirce

Read More
Parse Json Objects into case classes in Scala?...


scalacirce

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


jsonscalacase-classcirce

Read More
How to resolve ambiguous implicit values in Scala for parsing JSON in Play Json?...


jsonscalaplayframeworkspraycirce

Read More
Encode Map[String, MyCaseClass] into Seq[String, String] using circe...


scalacirce

Read More
Capturing unused fields while decoding a JSON object with circe...


jsonscaladecodingcirce

Read More
How do I ignore decoding failures in a JSON array?...


jsonscalacirce

Read More
Folding over provided HList...


scalashapelessimplicitscircescala-2.12

Read More
Wildcard path in circe's JSON traversal...


jsonscalacirce

Read More
scala circe encoders/decoders for an abstract class with case classes...


scalacirce

Read More
BackNext