Skip to content

Instantly share code, notes, and snippets.

@dongjinahn
Created February 14, 2018 07:43
Show Gist options
  • Save dongjinahn/6090829054ffc9ff29f013ee9ca7c39c to your computer and use it in GitHub Desktop.
Save dongjinahn/6090829054ffc9ff29f013ee9ca7c39c to your computer and use it in GitHub Desktop.
import net.liftweb.json.JsonAST._
import net.liftweb.json.JsonDSL._
import net.liftweb.json.Printer._
val m2: Map[String, JValue] = Map(
"name" -> "john doe",
"age" -> 18,
"hasChild" -> true,
"childs" -> List("a", "b", "c")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment