About this project
Key features include:
• Alphabetically sorts JSON keys for a clean structure.
• Keeps prioritized keys at the top using a configuration file.
• Reduces inconsistency and duplicate keys in multi-language files.
• Designed for localization files but works on any JSON.
• Simple CLI interface for easy use in any Dart/Flutter project.
Development notes
Sort JSON is a CLI tool and Dart package aimed at developers who manage localization files across multiple languages. It helps maintain consistency and readability in JSON structures by sorting keys alphabetically and ensuring that important keys appear first. Ideal for Flutter projects where clean and predictable JSON files are critical for scaling and teamwork.