Created
May 3, 2015 05:20
-
-
Save JosephMoniz/1105efafc80173033852 to your computer and use it in GitHub Desktop.
Json parsing example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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