Method: DdbRuby::FifthEdition::Source.from_json!

Defined in:
lib/ddb_ruby/fifth_edition/structs.rb

.from_json!(json) ⇒ Object



518
519
520
# File 'lib/ddb_ruby/fifth_edition/structs.rb', line 518

def self.from_json!(json)
  from_dynamic!(JSON.parse(json))
end