uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala
libraryDependencies += "com.lihaoyi" %%% "ujson" % "0.9.9"
Mill build tool
ivy"com.lihaoyi::ujson::0.9.9"
Scala CLI
//> using dep "com.lihaoyi::ujson::0.9.9"