intToJsonNumber

object intToJsonNumber extends JsonOutput[Int]

Converts Int to JsonNumber.

trait JsonOutput[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

def write(value: Int): JsonNumber

Converts to JSON value.

Converts to JSON value.