Methods

Class/Module Index [+]

Quicksearch

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

Public Instance Methods

to_json(*) click to toggle source

Returns a JSON string for false: 'false'.

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.