lib/lutaml/model/json/transform.rb



module Lutaml
  module Model
    module Json
      class Transform < Lutaml::Model::KeyValueTransform
      end
    end
  end
end