Class: Delighted::JSON
- Inherits:
-
Object
- Object
- Delighted::JSON
- Defined in:
- lib/delighted/json.rb
Instance Method Summary collapse
Instance Method Details
#dump(*args) ⇒ Object
5 6 7 |
# File 'lib/delighted/json.rb', line 5 def dump(*args) MultiJson.dump(*args) end |
#load(*args) ⇒ Object
9 10 11 |
# File 'lib/delighted/json.rb', line 9 def load(*args) MultiJson.load(*args) end |