/bjc

BSON <-> JSON converter

Primary LanguageRust

bjc

BSON <-> JSON converter

⚠️ Currently only Linux is supported

Installation

brew tap hitochan777/bjc
brew install hitochan777/tap/bjc

Usage

  • From BSON to JSON

    cat /path/to/bson/file | bjc -d
  • From JSON to BSON

    cat /path/to/json/file | bjc

For full documentation, run bjc -h.

License

MIT