zio-json

zio-json

  • Overview
  • Interop modules
  • API
  • About

›Overview

Overview

  • Summary
  • Decoding
  • Encoding

Summary

ZIO JSON

Installation

This project is cross built and published for 2.12.14, 2.13.6, 3.1.3

For latest snapshot use

resolvers ++= Seq("public", "snapshots", "releases").map(Resolver.sonatypeRepo)
libraryDependencies += "dev.zio" % "zio-json" % "0.0.0+1-42cc4e4d-SNAPSHOT"

or

resolvers ++= Seq("public", "snapshots", "releases").map(Resolver.sonatypeRepo)
libraryDependencies += "dev.zio" % "zio-json" % "latest.snapshot"

For latest stable release use

libraryDependencies += "dev.zio" % "zio-json" % "can't find release"

or

resolvers ++= Seq("public", "snapshots", "releases").map(Resolver.sonatypeRepo)
libraryDependencies += "dev.zio" % "zio-json" % "latest.release"
Decoding →
  • Installation
zio-json
GitHub
Star
Chat with us on Discord
discord
Additional resources
Scaladoc of zio-json
Copyright © 2022 ZIO Maintainers