github.com/exercism/v2-configlet@v3.9.2+incompatible/fixtures/format/malformed/config.json (about)

     1  {
     2    "blurb": "", "active": true,
     3    "exercises": [ {
     4        "core": false,
     5        "auto_approve": true,
     6        "difficulty": 1,
     7        "slug": "one",
     8        "topics": [ "integers", "Control-Flow    (conditionals)", "Booleans", "logic" ],
     9        "unlocked_by": null,
    10        "uuid": "001"
    11      },
    12      {
    13        "core": false,
    14        "difficulty": 1,
    15        "slug": "two",
    16        "topics": [
    17  "equality",
    18               "mathematics",
    19                      "text--formatting",
    20                  "time"
    21        ],
    22        "unlocked_by": null,
    23        "uuid": "002"
    24      }
    25    ],
    26    "foregone": [
    27      "three",
    28      "four"
    29    ],
    30  "ignore_pattern": "example(?!.*test)","solution_pattern": "[Ee]xample", "test_pattern": "(?i)test",
    31          "language": "Numbers"
    32  }