org.json4s.JsonDSL
See theJsonDSL companion trait
object JsonDSL extends JsonDSL, DoubleMode
A DSL to produce valid JSON. Example:
import org.json4s.JsonDSL._
("name", "joe") ~ ("age", 15) == JObject(JField("name",JString("joe")) :: JField("age",JInt(15)) :: Nil)
Attributes
- Companion
- trait
- Source
- JsonDSL.scala
- Graph
-
- Supertypes
- Self type
-
JsonDSL.type
Members list
Type members
Classlikes
object WithBigDecimal extends JsonDSL, BigDecimalMode
Attributes
- Source
- JsonDSL.scala
- Supertypes
- Self type
-
WithBigDecimal.type
object WithDouble extends JsonDSL, DoubleMode
Attributes
- Source
- JsonDSL.scala
- Supertypes
- Self type
-
WithDouble.type
Implicits
Inherited implicits
Attributes
- Inherited from:
- DoubleMode
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- Implicits
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- Implicits
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- Implicits
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- Implicits
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- DoubleMode
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- DoubleMode
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- Implicits
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- JsonDSL
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- JsonDSL
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- Implicits
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- JsonDSL
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- JsonDSL
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- JsonDSL
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- JsonDSL
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- JsonDSL
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- Implicits
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- Implicits
- Source
- JsonDSL.scala
Attributes
- Inherited from:
- JsonDSL
- Source
- JsonDSL.scala
In this article