What does "client-side processing" mean?
Privacy & Security
"Client-side processing" means core JSON operations (formatting, validation, minification, schema checks) happen directly in your web browser - on your device - rather than being sent to a remote server. Note that AI Copilot features (such as Explain, Flatten, and Schema generation) do send your JSON to our servers for processing.
Core Processing Stays on Your Device
When you format, validate, minify, or check JSON schema in JSON Copilot, it's processed entirely within your browser. AI Copilot features (such as Explain, Flatten, and Schema generation) require server-side processing and will send your JSON to our servers.
How It Works
Browser-Based Engine
JSON Copilot runs 100% in your browser using JavaScript. All formatting, minification, validation, and tree view generation happens on your device's CPU.
No Network Requests
Your JSON content is never transmitted over the network. Open your browser's Network tab - you'll see zero requests when processing JSON.
Instant Results
Because everything runs locally, operations are instant - no waiting for server responses or dealing with network latency.
Client-Side vs Server-Side
Client-Side (JSON Copilot)
- ✓ Data stays on your device
- ✓ No internet required for core features
- ✓ Instant processing
- ✓ Complete privacy
- ✓ No server-imposed file size limits
- ✓ Free for core features - no server costs
Server-Side (Traditional)
- ✗ Data uploaded to servers
- ✗ Requires internet connection
- ✗ Network latency delays
- ✗ Privacy concerns
- ✗ Upload size restrictions
- ✗ May require payment
Security & Privacy Benefits
Client-Side Core Features
Core operations (formatting, validation, minification, schema checks) never leave your browser, reducing exposure of sensitive data.
Server-Side AI Features
AI features and saved projects are stored on our servers. Avoid using AI features with highly sensitive data.
No Logging
We can't log what we never see. Your JSON content is never accessible to us or any third party.
Sensitive Data Safe
Work confidently with API keys, credentials, or proprietary data - it stays on your device.
Verify It Yourself
Don't take our word for it! Open your browser's Developer Tools → Network tab while using JSON Copilot. You'll see that formatting, minifying, and validating JSON produces zero network requests.
Note on AI Features
While core JSON operations are 100% client-side, AI Copilot features (when used) do require sending data to our servers. These features are clearly labeled, optional, and use a credit-based system.
See also: data privacy
Still Have Questions?
Check out our other FAQ topics or return to the JSON Copilot app