To convert a BSON file to JSON, use the decode command. fleece decode -i my_file.bson -o output.json You can also use the -p or --pretty flags to make your JSON output pretty. fleece decode -i my_file ...
Create an account at Aspose for Cloud and obtain your application client id and secret. Create a directory for your project and a main.go file within. Add the following code to your main.go.