Registry / serialization / spray-json-2-11

spray-json-2-11

JSON →
library1.3.6javamavenunverified

spray-json is a lightweight, performant Scala library for parsing and generating JSON with a concise DSL.

<dependency> <groupId>io.spray</groupId> <artifactId>spray-json_2.11</artifactId> <version>1.3.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRAY-JSON-2-11
S
spray-json-2-11
serializationjavav1.3.6
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.

DefaultJsonProtocol
spray.json.DefaultJsonProtocol

Parse a JSON string and extract a field using spray-json.

import spray.json._ import DefaultJsonProtocol._ val json = """{"name":"John","age":30}""".parseJson val name = json.asJsObject.getFields("name")(0).convertTo[String]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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