Does JSON mode ignore key order?
Yes. JSON mode parses both inputs and sorts object keys recursively before comparing lines, so key-order-only differences are treated as unchanged.
Can this compare plain text?
Yes. Text mode compares line by line and can optionally ignore whitespace or case while preserving the original line text in the preview.
Does this upload my data?
No. The comparison runs in the browser. Avoid pasting production secrets, private customer data, credentials, or tokens into a shared browser session.
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 checker 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.