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