OLD | NEW |
1 { | 1 { |
2 "/": { | 2 "/": { |
3 "isDirectory": true, | 3 "isDirectory": true, |
4 "name": "/", | 4 "name": "", |
5 "size": 0, | 5 "size": 0, |
6 "modificationTime": "2014-06-26T08:47:11.591Z" | 6 "modificationTime": "2014-06-26T08:47:11.591Z" |
7 }, | 7 }, |
8 "/file1.txt": { | 8 "/file1.txt": { |
9 "isDirectory": false, | 9 "isDirectory": false, |
10 "name": "file1.txt", | 10 "name": "file1.txt", |
11 "size": 46, | 11 "size": 46, |
12 "modificationTime": "2014-06-26T08:47:11.591Z", | 12 "modificationTime": "2014-06-26T08:47:11.591Z", |
13 "contents": "It works!\nEverything gets displayed correctly." | 13 "contents": "It works!\nEverything gets displayed correctly." |
14 }, | 14 }, |
(...skipping 10 matching lines...) Expand all Loading... |
25 "modificationTime": "2014-06-26T08:47:11.591Z" | 25 "modificationTime": "2014-06-26T08:47:11.591Z" |
26 }, | 26 }, |
27 "/dir/file3.txt": { | 27 "/dir/file3.txt": { |
28 "isDirectory": false, | 28 "isDirectory": false, |
29 "name": "file3.txt", | 29 "name": "file3.txt", |
30 "size": 21, | 30 "size": 21, |
31 "modificationTime": "2014-06-26T08:47:11.591Z", | 31 "modificationTime": "2014-06-26T08:47:11.591Z", |
32 "contents": "Just another example." | 32 "contents": "Just another example." |
33 } | 33 } |
34 } | 34 } |
OLD | NEW |