Why does valid JavaScript object syntax fail as JSON?
JSON is stricter than JavaScript object literals. Keys and strings must use double quotes, and comments or trailing commas are not allowed.
Does this JSON formatter upload my data?
No. The formatter parses and formats in the browser. Do not paste secrets into shared browser sessions or screen shares.
What is the difference between formatting and minifying JSON?
Formatting adds indentation and line breaks for readability. Minifying removes unnecessary whitespace for a compact serialized value.
Do utility tools upload my payload?
Use the page notes for each tool. Browser-side utilities can generate outputs locally, but the final file or code may still reveal whatever you encode or share.
Why should I test the generated output?
Scanners, printers, file viewers, apps, and platform previews can behave differently, so test the exact downloaded output before using it publicly.
Why might another generator show a different output?
Different tools may use different rounding, assumptions, default rates, methods, formulas, or input timing. Compare the visible method and inputs before relying on the output.