amzn/style-dictionary

View on GitHub
__tests__/__json_files/array.json

Summary

Maintainability
Test Coverage
{
  "a": 1,
  "b": {
    "c": 2
  },
  "d": [
    "{b.c}",
    "{a}"
  ],
  "e": [
    {
      "a": "{a}"
    },
    {
      "a": "{b.c}"
    }
  ]
}