amzn/style-dictionary

View on GitHub
__tests__/__json_files/circular_3.json

Summary

Maintainability
Test Coverage
{
  "a": {
    "b": "{c.d.e}"
  },
  "c": {
    "d": {
      "e": "{a.b}"
    }
  }
}