Module: JSON::Ext::Generator::GeneratorMethods::FalseClass (Ruby 2.3.4)

JSON::Ext::Generator::GeneratorMethods::FalseClass

Public Instance Methods

to_json(*)

Returns a JSON string for false: ‘false’.

 
               static VALUE mFalseClass_to_json(int argc, VALUE *argv, VALUE self)
{
    GENERATE_JSON(false);
}