class Lutaml::Model::Type::Json

def ==(other)

def ==(other)
  @value == (other.is_a?(::Hash) ? other : other.value)
end