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 org.json.{JSONObject, JSONArray} | |
/** | |
* Forked from https://gist.github.com/1240749 | |
* Modified by bkase | |
* | |
* A concise typesafe JSON DSL in Scala. | |
* When you want to use, only | |
* import Jsson._ is needed. | |
* { |