Skip to content

A utility for converting BSON to JSON and back, allowing easy editing of user-generated content.

Notifications You must be signed in to change notification settings

mwarcc/moviestarplanet-bson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moviestarplanet-bson

A utility for converting BSON to JSON and back, allowing easy editing of user-generated content.

Features

  • BSON to JSON Conversion: Easily convert BSON data to JSON for readability and editing.
  • JSON Editing: Edit content in JSON format.
  • JSON to BSON Conversion: Convert edited JSON back to BSON format for glitching.

Installation

To install the moviestarplanet-bson, clone the repository and install the required dependencies.

git clone https://github.com/mwarcc/moviestarplanet-bson.git
cd  moviestarplanet-bson
pip install bson

Usage

Convert BSON to JSON Convert a BSON file to a JSON file for editing:

python bson_to_json.py -f <bson_file_path> -o <output_file_path>

Clean a room Remove all elements and pets from a JSON file, while keeping the music intact (not sure):

python remove_props.py -f <json_file_path>

Convert JSON to BSON Reconvert an edited JSON file back into BSON format:

python json_to_bson.py -f <json_file_path> -o <output_file_path>

About

A utility for converting BSON to JSON and back, allowing easy editing of user-generated content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages