amzn/style-dictionary

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

Summary

Maintainability
Test Coverage
{
  "a": 2,
  "b": {
    "c": 2
  },
  "c": [
    3,
    4
  ],
  "d": {
    "e": {
      "f": {
        "h": 2
      }
    }
  }
}