jsonValueToInt

object jsonValueToInt extends JsonInput[Int]

Converts JsonValue to Int.

trait JsonInput[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(value: JsonValue): Int

Converts JSON value.

Converts JSON value.