Module
JSON::Ext::Generator::GeneratorMethods::TrueClass
In:
ext/json/ext/generator/generator.c
Methods
to_json
to_json
Public Instance methods
to_json(state = nil, depth = 0)
Returns a
JSON
string for true: ‘true’.
to_json(state = nil, depth = 0)
Returns a
JSON
string for true: ‘true’.
[Validate]