konstantin1998/frontend-project-lvl2

View on GitHub
__tests__/__fixtures__/testExamples/after.json

Summary

Maintainability
Test Coverage
{
  "key1": "value2",
  "key2": "changed",
  "key3": "the same",
  "key4": {
    "key1": false,
    "key2": "different"
  },
  "key5": {
    "key1": {
      "key2": false
    }
  }
}