play-json icon indicating copy to clipboard operation
play-json copied to clipboard

The Play JSON library

Results 71 play-json issues
Sort by recently updated
recently updated
newest added

Hey, have you planned or considered releasing a stable version that supports Scala 3 in the near future already? As we are heavily relying on play-json in our company and...

Hi, i would be great if you could add another class without class parameters to https://github.com/playframework/play-json/blob/main/play-json/jvm/src/main/scala/play/api/libs/json/jackson/JacksonJson.scala Something like: ```scala class JacksonJsonModule() extends SimpleModule("JacksonJsonModule", Version.unknownVersion()) { val parserSettings = JsonParserSettings() override...

Currently, when `JSON.parse` processes invalid JSON, it will throw an exception. This is not documented and can be misleading for some users that will forget to catch the exceptions. It...

### Play JSON Version (2.5.x / etc) 2.9.0 ### API (Scala / Java / Neither / Both) Tested with Scala 2.12.12 ### Expected Behavior 1. I define a sealed trait....

### Play JSON Version (2.5.x / etc) 2.5.15 ### API (Scala / Java / Neither / Both) Scala (didn't test Java) ### Operating System Window 10 ### JDK java version...

# Pull Request Checklist * [x] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [ ] Have you signed the [Typesafe CLA](https://www.typesafe.com/contribute/cla)? * [ ] Have you [squashed your commits](https://www.playframework.com/documentation/latest/WorkingWithGit#Squashing-commits)?...

There seems to be incompatible change between versions 2.4.x and 2.6.14 regarding the sealed types `Format` instance macro. ### Play JSON Version 2.4.x -> 2.6.14 ### API (Scala / Java...

- Implicit conversions between `JValue` `JsValue` - Instances for Play typeclasses `Reads` and `Writes` based on implicit instances of JSON4S `Reader` and `Writer` - Instances for JSON4 typeclass `Reader` and...

```scala $ amm Loading... Welcome to the Ammonite Repl 1.0.3 (Scala 2.12.4 Java 1.8.0_152) If you like Ammonite, please support our development at www.patreon.com/lihaoyi @ import $ivy.`com.typesafe.play::play-json:2.6.6` import $ivy.$ @...