summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/badly_formatted_fixed.json
blob: 0d697a2c6c432d97a759e7c20ce862f637da6330 (plain)
1
2
3
4
5
6
7
8
{
  "key1": "value1",
  "key2": true,
  "key3": ["value2", "value3", false],
  "keys": {
    "more": "values"
  }
}