amzn/style-dictionary

View on GitHub
__tests__/__json_files/nested_pointers.json

Summary

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