Skip to content

Instantly share code, notes, and snippets.

@dongjinahn
Created February 14, 2018 07:42
Show Gist options
  • Save dongjinahn/03b457811937cc00e3961c4278d4f4c9 to your computer and use it in GitHub Desktop.
Save dongjinahn/03b457811937cc00e3961c4278d4f4c9 to your computer and use it in GitHub Desktop.
val m = 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