Class: String
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
88 89 90 |
# File 'lib/json/canonicalization.rb', line 88 def to_json_c14n ::JSON.generate(self) end |