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 ...