jsonValueToBigDecimal

object jsonValueToBigDecimal extends JsonInput[BigDecimal]

Converts JsonValue to BigDecimal.

trait JsonInput[BigDecimal]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(value: JsonValue): BigDecimal

Converts JSON value.

Converts JSON value.