Registry / serialization / lift-json-2-11

lift-json-2-11

JSON →
library3.5.0javamavenunverified

JSON library for Scala from the Lift web framework, providing parsing and generation.

<dependency> <groupId>net.liftweb</groupId> <artifactId>lift-json_2.11</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · LIFT-JSON-2-11
L
lift-json-2-11
serializationjavav3.5.0
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.

JsonParser
net.liftweb.json.JsonParser

Parses a JSON string and extracts a field.

import net.liftweb.json._ val json = parse("""{"name": "Lift", "version": 3.5}""") val name = (json \ "name").values println(name)
Debug
Known issues
breakingLift JSON 3.5.0 is only compatible with Scala 2.11; not for 2.12/2.13.
fix
Use lift-json 3.5.0 for Scala 2.11 only.
affects: 3.5.0
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
lift-json-2-11 — mvn dependency:get lift-json-2-11 · libregistry