Module JSON::Ext::Generator::GeneratorMethods::TrueClass
In: ext/json/ext/generator/generator.c

call-seq: forget(object)

Forget object for this generating run.

Methods

to_json   to_json  

Public Instance methods

Returns a JSON string for true: ‘true’.

Returns a JSON string for true: ‘true’.

[Validate]