summaryrefslogtreecommitdiffstats
path: root/test/textfile_json_indented.0
blob: 80b5fb6f12be7751cb4704be62422ed058209f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "foo bar": null,
  "array": [
    1,
    2,
    3
  ],
  "obj": {
    "one": 1,
    "two": true
  }
}