Registry / serialization / zio-json-2-13

zio-json-2-13

JSON →
library0.9.0javamavenunverified

ZIO JSON is a fast, purely functional JSON library for Scala with ZIO integration.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-json_2.13</artifactId> <version>0.9.0</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-JSON-2-13
Z
zio-json-2-13
serializationjavav0.9.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.

Decoder
zio.json.Decoder

Parse JSON into a 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] } val json = """{"name":"John","age":30}""" val person = json.fromJson[Person]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
zio-json-2-13 — mvn dependency:get zio-json-2-13 · libregistry