bigIntToJsonNumber

object bigIntToJsonNumber extends JsonOutput[BigInt]

Converts BigInt to JsonNumber.

trait JsonOutput[BigInt]
class Object
trait Matchable
class Any

Value members

Concrete methods

def write(value: BigInt): JsonNumber

Converts to JSON value.

Converts to JSON value.