amzn/style-dictionary

View on GitHub
__tests__/__json_files/shallow/1.json

Summary

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