Quickstart

Hello world!

Scastie

Quickest way to start playing with Tupson is with this Scastie example.

Mill


          def ivyDeps = super.ivyDeps() ++ Agg(
            ivy"ba.sake::tupson:0.12.0"
          )
          def scalacOptions = super.scalacOptions() ++ Seq("-Yretain-trees")
          

Sbt


          libraryDependencies ++= Seq(
            "ba.sake" %% "tupson" % "0.12.0"
          )
          scalacOptions ++= Seq("-Yretain-trees")
          

Scala CLI


          //> using dep ba.sake::tupson:0.12.0
          

Examples

Examples are runnable with Mill:


          ./mill examples.runMain write