Registry / serialization / play-json-2-13

play-json-2-13

JSON →
library2.10.8javamavenunverified

Play JSON is a Scala library for parsing and generating JSON data with a functional approach.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-json_2.13</artifactId> <version>2.10.8</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-JSON-2-13
P
play-json-2-13
serializationjavav2.10.8
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

Parses a JSON string using Play JSON.

import play.api.libs.json._ object PlayJsonExample { def main(args: Array[String]): Unit = { val json = Json.parse("""{"name":"John","age":30}""") println(json) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.10.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
play-json-2-13 — mvn dependency:get play-json-2-13 · libregistry