Search code examples
Transforming JSON with Circe...


jsonscalacirce

Read More
How to decode a JSON null into an empty collection...


jsonscalacirce

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


jsonscaladecodingcircegeneric-derivation

Read More
Parsing a file having content as Json format in Scala...


jsonscalaparsingcirceujson

Read More
Extending AutoDerivation in Circe does not work...


jsonscalacirce

Read More
ADT Json serialization/deserialization...


jsonscalaalgebraic-data-typescirce

Read More
Modify field at any level with circe-optics...


circe

Read More
Using Circe optics to modify all fields of an object, or all items of an array...


jsonscalacirce

Read More
How to parse a Json array within a field while only getting certain fields of the object...


jsonscalacirce

Read More
could not find Lazy implicit value of type io.circe.generic.decoding.DerivedDecoder[Staff]...


jsonscalacirce

Read More
automatic JSON encoding/decoding with slick-codegen created case classes...


scalaplayframeworkslickcirceplay-json

Read More
Parsing primitive types in Circe...


jsonscalaparsingcirce

Read More
How to parse dynamic JSON with Circe...


scalacirce

Read More
How to "flatten" JSON representation of objects using circe i.e., from case class to its s...


scalacirce

Read More
How to parse nested Json Arrays with Circe Optics...


scalalensescirce

Read More
Why it does not decode to ADT type?...


scalacirce

Read More
How to create custom encoding of Option types with Circe?...


scalacirce

Read More
How to get Circe to skip certain values from the enumeration?...


scalacirce

Read More
How do I get circe to have an either/or output scenario for the generated Json?...


scalacirce

Read More
How to check against an empty JSON...


scalacirce

Read More
Modify json field type via circe...


jsonscalacirce

Read More
Scala, cats - convert FUUID with Circe...


scalauuidscala-catscirce

Read More
Encountering errors when trying to write either a Circe encoder or decoder for ADT...


scalacirce

Read More
Automatic derivation of codecs for structural types...


jsonscalacircestructural-typing

Read More
Circe: force an optional field to `null`...


scalacirce

Read More
Transform JSON tree to other format (XML, CSV etc.) recursively with circe...


jsonxmlscalascala-catscirce

Read More
Json.asString returns None even though Json.toString returns the correct value...


jsonscalacirce

Read More
sbt compile fails with bad option: '-Ywarn-macros:after'...


scalasbtcompiler-flagscircescalac

Read More
Akka Http / Circe Decode Result...


jsonscalaakka-httpcirce

Read More
Is that possible to make semiauto decoders consider default values for case class fields?...


jsonscalacircegeneric-derivation

Read More
BackNext