Method: ActiveEntity::Coders::JSON.dump

Defined in:
lib/active_entity/coders/json.rb

.dump(obj) ⇒ Object



6
7
8
# File 'lib/active_entity/coders/json.rb', line 6

def self.dump(obj)
  ActiveSupport::JSON.encode(obj)
end