Registry / serialization / jsoniter-scala-macros-2-13

jsoniter-scala-macros-2-13

JSON →
library2.38.9javamavenunverified

Scala macros for compile-time JSON codec generation with jsoniter-scala.

<dependency> <groupId>com.github.plokhotnyuk.jsoniter-scala</groupId> <artifactId>jsoniter-scala-macros_2.13</artifactId> <version>2.38.9</version> </dependency>
INSTALL
IMPORT
SIG · JSONITER-SCALA-MAC
J
jsoniter-scala-macros-2-13
serializationjavav2.38.9
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.

JsonCodecMaker
com.github.plokhotnyuk.jsoniter_scala.macros.JsonCodecMaker

Generate a JSON codec for a case class using macros.

import com.github.plokhotnyuk.jsoniter_scala.macros.JsonCodecMaker import com.github.plokhotnyuk.jsoniter_scala.core._ case class Person(name: String, age: Int) implicit val codec: JsonValueCodec[Person] = JsonCodecMaker.make val person = readFromString[Person]("{\"name\":\"John\",\"age\":30}")
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.38.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jsoniter-scala-macros-2-13 — mvn dependency:get jsoniter-scala-macros-2-13 · libregistry