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