org.json4s.BigDecimalMode
See theBigDecimalMode companion object
trait BigDecimalMode
Basic implicit conversions from primitive types into JSON. Example:
import org.json4s.Implicits._
JObject(JField("name", "joe") :: Nil) == JObject(JField("name", JString("joe")) :: Nil)
Attributes
- Companion
- object
- Source
- JsonDSL.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object BigDecimalModeobject WithBigDecimal
- Self type
Members list
In this article