module JSON::Pure::Generator::GeneratorMethods::FalseClass

Public Instance Methods

to_json(*) click to toggle source

Returns a JSON string for false: 'false'.

# File lib/json/pure/generator.rb, line 458
def to_json(*) 'false' end