class Lutaml::Model::JsonAdapter::MultiJsonAdapter

def self.parse(json)

def self.parse(json)
  data = MultiJson.load(json)
  new(data)
end