intFromJson

object intFromJson extends FromJson[Int]
trait FromJson[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromJson(j: AST): Either[DervError, Int]