# rdbc
## dbc2json
Convert dbc file to json file.
```sh
$ ./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:
```sh
dbc2json -i input.dbc -o output.json
```
## resource
- <https://bitbucket.org/tobylorenz/vector_dbc/src/master/>
- <https://github.com/xR3b0rn/dbcppp>
- <https://github.com/cantools/cantools>