bson-to-json

command module
v0.0.0-...-9ff8480 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2019 License: GPL-3.0 Imports: 10 Imported by: 0

README

BSON to JSON

A simple CLI for converting a BSON-file to a JSON-file

Usage

Compile

go build main.go

Flags
Usage of bson-to-json
  -d    debug mode
  -o string
        output file (JSON) (default "output.json")
  -p    pretty output
  -s string
        source file (BSON)
Example
./bson-to-json -d -p -s /path/to/source.bson -o /path/to/output.json

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL