← All tools
JSON Sort & Order By
Sort a JSON array of objects by one or more keys — ascending or descending, numeric or string comparison, case-sensitive or not, with control over where null and missing values land (first or last). Nested keys use dot-path notation (e.g. user.age). The comparator is stable, so equal elements keep their original order. Everything runs locally in your browser.
Paste a JSON array and add sort keys.