How to Use This tool helps you reorganize JSON data based on specific rules, offering two core functionalities: 1. **Sorting Function:** - **Purpose:** Arrange JSON data in a custom order. - **How to Use:** - Enter the desired sort order (one value per line) in the 'Sort Order' textbox; any values left blank will follow the default order. - Enter the field name used for sorting (e.g., 'name'). - Click 'Sort JSON' to obtain the sorted data. 2. **Classification Function:** - **Purpose:** Group and sort data based on primary and secondary keys. - **How to Use:** - Enter the field name for primary grouping (e.g., 'type') in 'Primary Key Field'. - Enter the field name for secondary sorting (e.g., 'attribute') in 'Secondary Key Field'. - Click 'Classify and Sort JSON' to complete the grouping and sorting process.