mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-04-07 17:57:03 +02:00
28 lines
424 B
JSON
28 lines
424 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"path": "/abc/def/gh.txt",
|
||
|
|
"parent": "/abc/def",
|
||
|
|
"filename": "gh.txt",
|
||
|
|
"stem": "gh",
|
||
|
|
"extension": "txt",
|
||
|
|
"path_list": [
|
||
|
|
"/",
|
||
|
|
"abc",
|
||
|
|
"def",
|
||
|
|
"gh.txt"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "/xyz/uvw/ab.app",
|
||
|
|
"parent": "/xyz/uvw",
|
||
|
|
"filename": "ab.app",
|
||
|
|
"stem": "ab",
|
||
|
|
"extension": "app",
|
||
|
|
"path_list": [
|
||
|
|
"/",
|
||
|
|
"xyz",
|
||
|
|
"uvw",
|
||
|
|
"ab.app"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|