I am trying to use lift-json to parse json. Have been to this link https://github.com/lift/lift/tree/master/framework/lift-base/lift-json/ and as suggested have added val lift_json = "net.liftweb" %% "lift-json" % "2.9"
to "built.sbt". "import net.liftweb.json._" still throws the error
object liftweb is not a member of package net
.
How can I begin using lift-json?