JSON Sort

Make JSON output deterministic by sorting every object key.

How it works

The tool recursively sorts object keys while preserving array order, so the result is stable and readable.

Example