Skip to content

Instantly share code, notes, and snippets.

@JosephMoniz
Created May 3, 2015 05:20
Show Gist options
  • Save JosephMoniz/1105efafc80173033852 to your computer and use it in GitHub Desktop.
Save JosephMoniz/1105efafc80173033852 to your computer and use it in GitHub Desktop.
Json parsing example
import com.plasmaconduit.json._
val result = JsonParser.parse("""{"key1": "value", "key2": true}""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment