Method: JSON::GenericObject#as_json
- Defined in:
- lib/oj/json.rb
permalink #as_json ⇒ Object
[View source]
178 179 180 |
# File 'lib/oj/json.rb', line 178 def as_json(*) { JSON.create_id => self.class.name }.merge to_hash end |
178 179 180 |
# File 'lib/oj/json.rb', line 178 def as_json(*) { JSON.create_id => self.class.name }.merge to_hash end |