command
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Nov 29, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
span-join-assets combines a directory of json or single column TSV configurations into a single file.
From:
.
├── a
│ └── b
│ └── c.json
└── d
├── e.json
└── f.tsv
To:
{
"a": {
"b": {
"c": {
"switch": "on"
}
}
},
"d": {
"e": {
"switch": "off"
},
"f": [
"1",
"2"
]
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.