hitochan777 / bjc

BSON <-> JSON converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

BSON <-> JSON converter


Languages

Language:Rust 98.3%Language:Makefile 1.7%