class Lutaml::Model::Schema::JsonSchemaParser

def self.generate_json_mappings(attributes)

def self.generate_json_mappings(attributes)
  attributes.keys.map do |name|
    "map '#{name}', to: :#{name}"
  end.join("\n    ")
end