Returns a JSON string for true: ‘true’.
[Source]
# File lib/json/pure/generator.rb, line 379 379: def to_json(*) 'true' end
[Validate]