Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.44 KB | None | 0 0
  1. {
  2.     "path": "/home/cameron/TestRestApi/api/stoage/root",
  3.     "name": "root",
  4.     "children": [
  5.         {
  6.             "path": "/home/cameron/TestRestApi/api/stoage/root/Images",
  7.             "name": "Images",
  8.             "children": [
  9.  
  10.                     "path": "/home/cameron/TestRestApi/api/stoage/root/Images/Image1.jpg",
  11.                     "name": "Image1.jpg",
  12.                     "size": 68994,
  13.                     "extension": ".jpg",
  14.                     "type": "file"
  15.                 },
  16.                 {
  17.                     "path": "/home/cameron/TestRestApi/api/stoage/root/Images/image2.jpg",
  18.                     "name": "image2.jpg",
  19.                     "size": 68994,
  20.                     "extension": ".jpg",
  21.                     "type": "file"
  22.                 }
  23.             ],
  24.             "size": 1172898,
  25.             "type": "directory"
  26.         },
  27.         {
  28.             "path": "/home/cameron/TestRestApi/api/stoage/root/documents",
  29.             "name": "documents",
  30.             "children": [
  31.                 {
  32.                     "path": "/home/cameron/TestRestApi/api/stoage/root/documents/document1.text",
  33.                     "name": "document1.text",
  34.                     "size": 0,
  35.                     "extension": ".text",
  36.                     "type": "file"
  37.                 }
  38.             ],
  39.             "size": 0,
  40.             "type": "directory"
  41.         }
  42.     ],
  43.     "size": 1172898,
  44.     "type": "directory"
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement