1 unstable release

0.1.0 Oct 14, 2024

#854 in Parser implementations

Download history 165/week @ 2024-10-13 5/week @ 2024-10-20

170 downloads per month

Custom license

200KB
5.5K SLoC

rdbc

dbc2json

Convert dbc file to json file.

$ ./dbc2json -h
dbc2json 0.1.0
Convert DBC file to JSON

USAGE:
    dbc2json --input <input> --output <output>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -i, --input <input>      Input dbc file
    -o, --output <output>    Output json file

usage example:

dbc2json -i input.dbc -o output.json

resource

Dependencies

~9MB
~227K SLoC