Method: Moo::Model::ImageData#from_json

Defined in:
lib/moo/model/image_data.rb

#from_json(json) ⇒ Object



59
60
61
# File 'lib/moo/model/image_data.rb', line 59

def from_json json
  from_hash(JSON.parse(json, :symbolize_names => true))
end