jsonkdl

Crates.iojsonkdl
lib.rsjsonkdl
version1.1.0
created_at2025-07-03 08:11:38.559317+00
updated_at2025-07-24 02:19:54.609582+00
descriptionJSON to KDL converter
homepage
repository
max_upload_size
id1736006
size32,985
Joshua Park (joshprk)

documentation

README

jsonkdl

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

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
Commit count: 0

cargo fmt