| Crates.io | jsonkdl |
| lib.rs | jsonkdl |
| version | 1.1.0 |
| created_at | 2025-07-03 08:11:38.559317+00 |
| updated_at | 2025-07-24 02:19:54.609582+00 |
| description | JSON to KDL converter |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1736006 |
| size | 32,985 |
Converts JSON to KDL.
Do you have a use case not covered or not functional using this tool? Let me know through an issue!
Usage: jsonkdl <input> <output> [options]
Converts JSON to KDL.
By default, KDL spec v2 is used.
Arguments:
<input> Path to input JSON file
<output> Path to output KDL file
Options:
-1, --kdl-v1 Convert to KDL v1
-2, --kdl-v2 Convert to KDL v2
-f, --force Overwrite output if it exists
-v, --verbose Print extra information during conversion
-h, --help Show this help message