katrix / typed-json   0.1.0

MIT License GitHub

Typed JSON without decoding it to a case class

Scala versions: 3.x 2.13
Scala.js versions: 1.x

typed-json 0.1.0


Group ID:
net.katsstuff
Artifact ID:
typed-json_3
Version:
0.1.0
Release Date:
Nov 19, 2023
Licenses:
MIT
Files:

libraryDependencies += "net.katsstuff" %% "typed-json" % "0.1.0"

Mill build tool

ivy"net.katsstuff::typed-json:0.1.0"

Scala CLI

//> using dep "net.katsstuff::typed-json:0.1.0"

Ammonite REPL

import $ivy.`net.katsstuff::typed-json:0.1.0`

<dependency>
  <groupId>net.katsstuff</groupId>
  <artifactId>typed-json_3</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'net.katsstuff', name: 'typed-json_3', version: '0.1.0'