fs2json: directory structure -> json object converter.
E.g. to be used instead of erica / py-Couchapp (interaction with couchdb is left to the user).
/*
* Copyright ...
*/
package example
import org.scalatest.FlatSpec
import org.scalatest.matchers.ShouldMatchers
class ExampleSpec extends FlatSpec with ShouldMatchers {
"Example" should "do something" in {
}
}