aenglisc/project-lvl2-s117

View on GitHub
__tests__/sample_files/option_json/before.json

Summary

Maintainability
Test Coverage
{
  "host": "hexlet.io",
  "timeout": 50,
  "proxy": "123.234.53.22",

  "common": {
    "setting1": "Value 1",
    "setting3": true,
    "setting4": "blah blah",
    "setting5": {
      "key5": "value5"
    },
    "sites": {
      "a": 1,
      "port": 8080
    }
  },

  "group1": {
    "foo": "bar",
    "baz": "bars"
  },

  "group3": {
    "fee": "100500"
  }
}