Frequently Asked Questions
Format, Validate, and Convert JSON Instantly
Technical Support & Usage
Everything you need to know about JSONify's processing limits, schema compatibility, and privacy standards.
What is the maximum file size for uploads?
JSONify accepts payloads up to 50 MB for standard formatting and 120 MB for bulk minification. Files exceeding these thresholds trigger a graceful truncation warning and require splitting via the chunked parser utility.
Which JSON Schema versions are supported?
Our validator natively compiles Draft 07, Draft 2019-09, and Draft 2020-12 specifications. Legacy Draft 04 and 06 documents are auto-translated through the backward-compatibility bridge before validation runs.
How long is my data retained on your servers?
Zero retention. All JSON payloads are processed in ephemeral memory buffers and purged immediately after the response stream closes. We do not write request bodies to disk, nor do we log raw payload contents in our audit trails.
Can I use JSONify offline or behind a firewall?
Yes. The desktop companion and web app both register a service worker that caches the core parser and schema validator. Once loaded, you can format, lint, and diff payloads without an active network connection.