{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-02T15:45:21.973Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"text-sort-lines","name":"Sort Lines","url":"https://myaitools.net/text-sort-lines"},{"slug":"json-flatten","name":"JSON Flatten","url":"https://myaitools.net/json-flatten"},{"slug":"json-unflatten","name":"JSON Unflatten","url":"https://myaitools.net/json-unflatten"},{"slug":"rsa-keypair-generator","name":"RSA Key Pair Generator","url":"https://myaitools.net/rsa-keypair-generator"},{"slug":"json-path-finder","name":"JSONPath Finder","url":"https://myaitools.net/json-path-finder"},{"slug":"json-to-rust-struct","name":"JSON to Rust Struct","url":"https://myaitools.net/json-to-rust-struct"},{"slug":"jwt-decoder","name":"JWT Decoder","url":"https://myaitools.net/jwt-decoder"},{"slug":"json-formatter","name":"JSON Formatter","url":"https://myaitools.net/json-formatter"}],"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://myaitools.net/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://myaitools.net/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."}}