Sort JSON Keys
Sort a JSON object's keys recursively. It's literal-preserving — numbers and string escapes come through exactly, only object key order changes — so it's safe to run on real data without quietly reformatting it. Array order is left alone.