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