class Numeric
def to_json(options = nil) #:nodoc:
to_s
end
def as_json(options = nil) #:nodoc:
self
class Float
class Integer