class

HqTrivia::Model::IntCoerce

Inherits Reference < Object

For coercing string ints to actual ints

Class methods

from_json(json : JSON::PullParser)

Attempts to coerce a string int, ie "123" into an actual int. Works even if it already is an Int32

Source
to_json(value, builder)

Converts an Int32 back to a string

Source