OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "/":{ | |
3 "isDirectory":true, | |
4 "name":"/", | |
5 "size":0, | |
6 "modificationTime":"2014-06-26T08:47:11.591Z" | |
7 }, | |
8 "/file.txt":{ | |
9 "isDirectory":false, | |
10 "name":"file.txt", | |
11 "size":9, | |
12 "modificationTime":"2014-06-26T08:47:11.591Z", | |
13 "contents":"It works!" | |
14 } | |
15 } | |
OLD | NEW |