🎯 Issue Description
Instead of manually editing JSON files, let's create a simple editor to modify sorting rules!
🚀 What You'll Learn
- JSON file manipulation
- User input validation
- File I/O operations
📋 Tasks
🛠️ Files to Modify
💡 Hints
- Use
json.load() and json.dump()
- Validate JSON before saving
- Provide clear error messages
🧪 Testing
📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!
🎯 Issue Description
Instead of manually editing JSON files, let's create a simple editor to modify sorting rules!
🚀 What You'll Learn
📋 Tasks
config_editor.py🛠️ Files to Modify
config_editor.py💡 Hints
json.load()andjson.dump()🧪 Testing
📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!