summaryrefslogtreecommitdiff
path: root/tests/examplefiles/json/json-with-spaces.json
blob: c911cbcdaf4844f2d4af9eb3961eb2c1bc5b5c4e (plain)
1
2
3
4
5
6
7
8
9
{"foo" : "bar bar	bar" , "baz": [	{ "a"    :
    23	}
    
    ], "fobar": [	{ "c  d"    :
	 23		}
		
		]

}