Registry / serialization / upickle-2-13

upickle-2-13

JSON →
library4.4.3javamavenunverified

A lightweight, composable JSON library for Scala that provides serialization and deserialization with minimal boilerplate.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>upickle_2.13</artifactId> <version>4.4.3</version> </dependency>
INSTALL
IMPORT
SIG · UPICKLE-2-13
U
upickle-2-13
serializationjavav4.4.3
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.

upickle.default
upickle.default._

Serializes and deserializes a case class to/from JSON using uPickle.

import upickle.default._ case class Person(name: String, age: Int) object Example extends App { val person = Person("Alice", 30) val json = write(person) println(json) // {"name":"Alice","age":30} val readPerson = read[Person](json) println(readPerson) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
upickle-2-13 — mvn dependency:get upickle-2-13 · libregistry