Search code examples
Compilation Error: Instance not found: Conversion[models.Errorcode, _ <: Product] on Scala 3 Play...

scalaplayframeworkscala-3play-json

Read More
Converting JsObjects in Scala: how to use optional fields?...

scalaplayframeworkplay-json

Read More
exception during macro expansion: type T is not a class, play json...

scalascala-macrosplay-json

Read More
How to format generic type as json using play json api?...

scalaplayframeworkplay-json

Read More
Play JSON Implicit Resolution For Sealed Trait Types...

scalaplay-json

Read More
JSON parsing removes decimal trailing zeros...

jsonscaladecimalplay-json

Read More
Take data from two different Json files to create an Seq[Object] in Scala...

jsonscalaplayframeworkplay-json

Read More
Parsing JSON with Scala play framework - handling variable array elements?...

jsonscalaplayframeworkplay-json

Read More
Diverging Implicit Error When Parsing JSON to Case Class in Scala...

scalaimplicitplay-json

Read More
Mapping a string to case classes using Scala play...

scalaplay-json

Read More
How can I read Json as Map[String,String]?...

jsonscalaplay-json

Read More
How to convert List[String] to List[Object] in Scala...

scalaplay-json

Read More
Scala Json parsing...

jsonscalaplay-json

Read More
How do I throw an error when an unknown field is present whilst reading JSON with Scala Play?...

jsonscalaplayframeworkplay-json

Read More
Play Framework, Format[A] vs OFormat[A]...

scalaplayframeworkplay-json

Read More
Read json key value but ignore object...

scaladictionaryplay-json

Read More
Scala Play List[Any] to JsArray...

scalaplay-json

Read More
JsLookup on multiple level array using play Json library (or any other suggestion)...

scalaplayframeworkplayframework-2.0playframework-2.2play-json

Read More
How to check if JsArray holds Objects or Simple types?...

scalaplay-json

Read More
No instance of play.api.libs.json.Format is available for akka.actor.typed.ActorRef[org.knoldus.even...

scalaplayframeworkakkaplay-json

Read More
How can I disable Scala Play json's backslash escape in `JsObject.toString()`?...

scalaplay-json

Read More
Compile error with Tagged Type and Play Json Format typeclass derivation...

scalatypeclassimplicitplay-json

Read More
Scala Play JSON trouble converting List[CaseClass] to Json String...

scalaplay-json

Read More
update JsObject value for a specific key...

scalaplay-json

Read More
Set nested variables for swagger.yml play app using iheartradio/play-swagger...

scalaplay-json

Read More
How can I convert between play.api.libs.json.JsValue and org.json4s.JValue...

scalaplayframeworkjson4splay-json

Read More
Create a ListMap[String,Int] from a JSON string to use within a case class...

jsonscalaapache-kafkaapache-flinkplay-json

Read More
My JSON reads is not compiling when there is an Option[Instant] property on my case class...

scalaplay-json

Read More
Deserialize JSON distinguising missing and null values...

jsonscalaplay-json

Read More
Is there a way in Play JSON to define a reader for something that is not an object (/array)?...

scalaplay-json

Read More
BackNext