amzn/style-dictionary

View on GitHub
__tests__/__json_files/nested_references.json

Summary

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