Registry / serialization / play-json-2-11

play-json-2-11

JSON →
library2.7.4javamavenunverified

JSON library for Play Framework, providing serialization and deserialization for Scala 2.11.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-json_2.11</artifactId> <version>2.7.4</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-JSON-2-11
P
play-json-2-11
serializationjavav2.7.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Json
play.api.libs.json.Json

Converts a string to JSON using Play JSON library.

import play.api.libs.json.Json; public class Example { public static void main(String[] args) { String json = Json.toJson("Hello").toString(); System.out.println(json); } }
Debug
Known issues
breakingThis version is for Scala 2.11, which is outdated; newer Play JSON versions target Scala 2.12/2.13/3.
fix
Upgrade to a newer Scala version and corresponding Play JSON version.
affects: >=2.7.0
Upgrade
Version history
2.7.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
play-json-2-11 — mvn dependency:get play-json-2-11 · libregistry