JSONifyPro / Trust & Legal
Developer Data Security Disclaimer
Client-side execution reduces unnecessary payload transfers. It does not make production secrets, public share links, or an untrusted browser safe.
Updated
What client-side execution means
Formatting, minification, syntax validation, conversion, comparison, and mock generation execute within your browser. The editor does not send those documents to a JSONifyPro processing server. This design removes a remote formatting step; it is not an end-to-end confidentiality guarantee for everything you choose to do with the data.
Fetching a URL contacts the chosen endpoint. Copying uses the clipboard. Exporting creates a local file. Loading page assets contacts delivery providers. Sending an email sends its contents through mail services. These are separate operations with separate disclosure boundaries, as described in the Privacy Policy.
The browser and device remain part of the trust boundary
Third-party scripts execute in the page context, and browser extensions or a compromised device may access page data. The site loads styling and icon assets from external CDNs. A client-side architecture does not remove supply-chain or endpoint risks.
Use a trusted, updated browser and follow your organization's approved-tool policy. For production secrets or regulated data, use an approved isolated environment with the required controls. Do not treat a privacy badge as authorization to bypass contractual or organizational restrictions.
Local history persists until cleared or replaced and is not encrypted by the application. Other users of the same browser profile may be able to restore it. The privacy controls can remove the workspace's history keys; browser site-data settings handle broader local storage.
Validation and conversion have limits
A valid JSON result establishes syntax under the parser's behavior. It does not establish schema compliance, data accuracy, authorization, or safety when values are used in SQL, HTML, shell commands, or templates. Large numbers may lose precision in JavaScript, and conversions to CSV, XML, or YAML require interpretation of types and structure.
Review diffs and exports against the original source before applying changes. Spreadsheet programs may interpret some CSV cell contents as formulas; treat exported data according to the destination's security rules. Keep a separate source of truth and test operations with sanitized fixtures.
Large inputs can consume memory or block the browser. Core operations have no network round trip, but they still take CPU and rendering time. Closing or clearing the page is not a substitute for preserving an authoritative backup before experimentation.
If sensitive data has already been shared
- Revoke or rotate exposed credentials with the issuing service. Removing a link does not make a credential safe again.
- Remove accessible copies from messages, tickets, files, and browser history where possible, and ask recipients to do the same.
- Clear local workspace history and clipboard contents where appropriate. Check synchronized devices and downloaded exports separately.
- Follow your organization's incident-response process, including access review and any required notification obligations.
- Contact support with a sanitized description if the issue involves this site. Do not resend the secret as evidence.
We cannot recall copies held by recipients or reconstruct a complete distribution history for a locally generated link. The payload is embedded in the link itself rather than retrieved from a revocable server record.
Report a concern responsibly
Email support@jsonifypro.com with the affected page, browser version, expected behavior, and a minimal synthetic reproduction. Do not include active API keys, session tokens, private customer data, or a share URL containing those values.
Our published first-response commitment is Within 24 business hours. Acknowledgement is not a guarantee of remediation within that period. For active credential compromise, contact the credential issuer and your incident-response team immediately rather than waiting for website support.
Review the Terms of Service for the scope of educational examples and service warranties, or return to the Formatter & Validator with a sanitized payload.