Packages

package json

Type Members

  1. case class ChildForJsonTests(c: Double, d: Boolean) extends Product with Serializable
  2. trait JsonMapsFixture extends JsonLanguage
  3. class JsonMapsSpec extends FlatSpec with UtilsSpec with JsonMapsFixture
  4. abstract class JsonMapsWithWriterSpec[J] extends FlatSpec with UtilsSpec with JsonMapsFixture
  5. abstract class JsonParserWriterSpec[J] extends FlatSpec with UtilsSpec with JsonParserLanguage with JsonWriterLanguage
  6. case class ThingForJsonTests(a: Int, b: String, children: Seq[ChildForJsonTests]) extends Product with Serializable

Ungrouped