amzn/style-dictionary

View on GitHub
__tests__/__json_files/circular_4.json

Summary

Maintainability
Test Coverage
{
  "a": {
    "b": {
      "c": {
        "d": "{e.f.g}"
      }
    }
  },
  "e": {
    "f": {
      "g": "{h.i}"
    }
  },
  "h": {
    "i": "{a.b.c.d}"
  }
}