Registry / serialization / zio-json-3

zio-json-3

JSON →
library0.9.1javamavenunverified

A fast, secure JSON library for Scala 3 with ZIO integration.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-json_3</artifactId> <version>0.9.1</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-JSON-3
Z
zio-json-3
serializationjavav0.9.1
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.

Decoder
zio.json.Decoder

Decodes a JSON string into a Scala case class using ZIO JSON.

import zio.json._ case class Person(name: String, age: Int) object Person { implicit val decoder: JsonDecoder[Person] = DeriveJsonDecoder.gen[Person] } object Quickstart extends App { val json = """{"name": "Alice", "age": 30}""" val person = json.fromJson[Person] println(person) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources
zio-json-3 — mvn dependency:get zio-json-3 · libregistry