amzn/style-dictionary

View on GitHub
__tests__/__json_files/nested_pointers_3.json

Summary

Maintainability
Test Coverage
{
  "a": "{b} bar",
  "b": "{c} baz",
  "c": "{d} bla",
  "d": "{e} boo",
  "e": "{f} bae",
  "f": "{g} bee",
  "g": "foo bon"
}