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

jsoniter-scala-macros-2-12

JSON →
library2.38.9javamavenunverified

Scala macros for high-performance JSON parsing and generation with jsoniter-scala.

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

Minimal example of JSON deserialization with jsoniter-scala macros.

import com.github.plokhotnyuk.jsoniter_scala.macros._ import com.github.plokhotnyuk.jsoniter_scala.core._ case class Person(name: String, age: Int) implicit val codec: JsonValueCodec[Person] = JsonCodecMaker.make[Person] 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-12 — mvn dependency:get jsoniter-scala-macros-2-12 · libregistry