Method: ActiveSupport::JSON::Encoding.escape_html_entities_in_json

Defined in:
lib/active_support/json/encoding.rb

.escape_html_entities_in_jsonObject

If true, encode >, <, & as escaped unicode sequences (e.g. > as u003e) as a safety measure.



212
213
214
# File 'lib/active_support/json/encoding.rb', line 212

def escape_html_entities_in_json
  @escape_html_entities_in_json
end