Class: ReactOnRails::JsonOutput
- Inherits:
-
Object
- Object
- ReactOnRails::JsonOutput
- Defined in:
- lib/react_on_rails/json_output.rb
Class Method Summary collapse
Class Method Details
.escape(json) ⇒ Object
7 8 9 |
# File 'lib/react_on_rails/json_output.rb', line 7 def self.escape(json) ERB::Util.json_escape(json) end |