{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.285Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"json-sort-keys","name":"JSON Sort Keys","description":"Sort the keys of a JSON object alphabetically — recursively, case-insensitively, or with numeric awareness.","longDescription":"Paste any JSON and reorder its object keys. By default the sort is applied recursively across all nested objects and pretty-printed. Optionally make it case-insensitive, sort descending, or enable numeric-aware ordering so that `item2` sorts before `item10` (via Intl.Collator). Sorted JSON is useful for stable diffs, lockfile comparisons or canonical hashing. Runs entirely in your browser — free, online, no upload.","category":"text","categoryName":"Text & Encoding","keywords":["json sort keys","sort json keys","alphabetize json","json canonical","json key sorter","json key ordering","json sort online","json sort free","json stable order","json normalize keys","sort json alphabetically","json reorder keys"],"badge":"Transformer","url":"https://toolsly.tools/json-sort-keys","inputs":[{"type":"text","key":"json","label":"JSON","placeholder":"{\"b\": 1, \"a\": 2}","multiline":true,"monospace":true},{"type":"boolean","key":"recursive","label":"Recursive (sort nested objects)","defaultValue":true},{"type":"select","key":"direction","label":"Direction","defaultValue":"asc","choices":[{"value":"asc","label":"Ascending"},{"value":"desc","label":"Descending"}]},{"type":"boolean","key":"caseInsensitive","label":"Case-insensitive","defaultValue":false},{"type":"boolean","key":"numericAware","label":"Numeric-aware (item2 < item10)","defaultValue":false}],"outputs":[{"key":"sorted","label":"Sorted","multiline":true}],"invocation":{"webUi":"https://toolsly.tools/json-sort-keys","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}