Class: Symbol
Instance Method Summary collapse
-
#to_json_c14n ⇒ String
Output JSON with control characters escaped.
Instance Method Details
#to_json_c14n ⇒ String
Output JSON with control characters escaped
96 97 98 |
# File 'lib/json/canonicalization.rb', line 96 def to_json_c14n ::JSON.generate(self) end |