Class SemanticallyEqual

java.lang.Object
org.openrewrite.toml.SemanticallyEqual

public class SemanticallyEqual extends Object
Recursively check the equality of TOML elements. Ignores whitespace and formatting differences.
  • Method Details

    • areEqual

      public static boolean areEqual(Toml first, Toml second)