Does the JSON formatter upload my data?
No. Formatting, validation, minification, sorting, and tree rendering run entirely in your browser after the page loads.
Can it find the line and column of JSON syntax errors?
When the browser parser reports an error position, CodeSphere converts it into a line and column so malformed payloads are easier to fix.
Can I sort object keys?
Yes. Enable Sort keys to recursively sort object keys while preserving array order.
Can I share formatted JSON in the URL?
Small JSON snippets can restore from the input query parameter. Large payloads stay out of the URL to avoid accidental sharing.