Sort JSON Keys

Alphabetize object keys while preserving array item order.

Sorted JSON appears below.

When to sort JSON keys

Sorted keys can make configuration files, API examples, and test snapshots easier to compare. This tool sorts object keys recursively and keeps array item order unchanged.