Methods

Class/Module Index [+]

Quicksearch

JSON::Ext::Generator::GeneratorMethods::NilClass

Public Instance Methods

to_json(*) click to toggle source

Returns a JSON string for nil: 'null'.

static VALUE mNilClass_to_json(int argc, VALUE *argv, VALUE self)
{
    GENERATE_JSON(null);
}

[Validate]

Generated with the Darkfish Rdoc Generator 2.