Method: DdbRuby::FifthEdition::ClassFeatureDefinition.from_json!

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

.from_json!(json) ⇒ Object



2115
2116
2117
# File 'lib/ddb_ruby/fifth_edition/structs.rb', line 2115

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