Returns a JSON string for true: 'true'.
# File lib/json/pure/generator.rb, line 453 def to_json(*) 'true' end