Skip to content

Instantly share code, notes, and snippets.

View bkase's full-sized avatar

Brandon Kase bkase

View GitHub Profile
@bkase
bkase / Jsson.scala
Last active December 10, 2015 01:48 — forked from kmizu/Jsson.scala
Type-safe concise JSON DSL
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.
* {