summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/highlighted/JSON/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syntax-tests/highlighted/JSON/test.json')
-rw-r--r--tests/syntax-tests/highlighted/JSON/test.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/tests/syntax-tests/highlighted/JSON/test.json b/tests/syntax-tests/highlighted/JSON/test.json
index 76b859d0..180e1329 100644
--- a/tests/syntax-tests/highlighted/JSON/test.json
+++ b/tests/syntax-tests/highlighted/JSON/test.json
@@ -1,29 +1,29 @@
[
 {
- "name": "john",
- "age": 42,
- "isCustomer": false,
- "children": []
+ "name": "john",
+ "age": 42,
+ "isCustomer": false,
+ "children": []
 },
 {
- "name": "james",
- "age": 35,
- "isCustomer": true,
- "children": [
+ "name": "james",
+ "age": 35,
+ "isCustomer": true,
+ "children": [
 {
- "name": "linus",
- "age": 4
+ "name": "linus",
+ "age": 4
 },
 {
- "name": "sandra",
- "age": 2
+ "name": "sandra",
+ "age": 2
 }
 ]
 },
 {
- "name": "jessica",
- "age": null,
- "isCustomer": false,
- "children": []
+ "name": "jessica",
+ "age": null,
+ "isCustomer": false,
+ "children": []
 }
]