Constants
ESCAPED_CHARS = { "\010" => '\b', "\f" => '\f', "\n" => '\n', "\r" => '\r', "\t" => '\t', '"' => '\"', '\\' => '\\\\', '>' => '\u003E', '<' => '\u003C', '&' => '\u0026' }
Attributes
| [RW] | use_standard_json_time_format | If true, use ISO 8601 format for dates and times. Otherwise, fall back to the Active Support legacy format. |
| [RW] | escape_regex | |
| [R] | escape_html_entities_in_json |

