Module JSON::Pure::Generator::GeneratorMethods::Integer
In: lib/json/pure/generator.rb

Methods

to_json  

Public Instance methods

Returns a JSON string representation for this Integer number.

[Source]

# File lib/json/pure/generator.rb, line 311
          def to_json(*) to_s end

[Validate]