Skip to content

Instantly share code, notes, and snippets.

@michelts
Last active October 10, 2021 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michelts/06784c8fa0fa2588f7f33fe9ee0f9cc3 to your computer and use it in GitHub Desktop.
Save michelts/06784c8fa0fa2588f7f33fe9ee0f9cc3 to your computer and use it in GitHub Desktop.
Sample tree-structured data
[
{"type":"directory","name":"usr","contents":[
{"type":"directory","name":"bin","mode":"0755","prot":"drwxr-xr-x","contents":[
{"type":"link","name":"X11","target":".","mode":"0777","prot":"lrwxrwxrwx","contents":[]}
]},
{"type":"directory","name":"games","mode":"0755","prot":"drwxr-xr-x","contents":[
]},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment