zio/zio-json

Fast, secure JSON library with tight ZIO integration.

Scala

431

1,049 commits

updated Sep 20, 2026

See the code

README

libraryDependencies += "dev.zio" %% "zio-json" % "0.10.0"


For cross-platform projects with Scala.js and Scala Native need to replace `%%` operator by `%%%`, 
and optionally when using `java.time.ZoneId` and `java.time.ZonedDateTime` types need to add 
the dependency on the latest version of Timezone DB:

```scala
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time-tzdb" % "latest.integration"

Continue with the Getting Started guide for a walkthrough of encoding and decoding JSON with ZIO JSON.

json
performance
scala
security
zio

Contributors

(top 30 of 76)

scala-steward

381 commits

plokhotnyuk

134 commits

fsvehla

81 commits

Languages

Scala

100.0%

zio/zio-json

Fast, secure JSON library with tight ZIO integration.

Scala

431

1,049 commits

updated Sep 20, 2026

See the code

README

libraryDependencies += "dev.zio" %% "zio-json" % "0.10.0"


For cross-platform projects with Scala.js and Scala Native need to replace `%%` operator by `%%%`, 
and optionally when using `java.time.ZoneId` and `java.time.ZonedDateTime` types need to add 
the dependency on the latest version of Timezone DB:

```scala
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time-tzdb" % "latest.integration"

Continue with the Getting Started guide for a walkthrough of encoding and decoding JSON with ZIO JSON.

json
performance
scala
security
zio

Contributors

(top 30 of 76)

scala-steward

381 commits

plokhotnyuk

134 commits

fsvehla

81 commits

Languages

Scala

100.0%