Frequently Asked Questions

Common questions about Orbit JSON Viewer.

What is Orbit JSON Viewer?

Orbit JSON Viewer is a web-based tool for viewing, inspecting, and working with JSON data. It provides multiple view modes, AI-powered features for conversion and error fixing, and powerful export capabilities.

Is my data secure?

Yes! All JSON parsing and viewing happens entirely in your browser (client-side). Your data never leaves your device unless you explicitly export or copy it. AI features may send data to AI services, but no data is stored permanently.

What file sizes are supported?

Orbit JSON Viewer can handle JSON files of various sizes. For very large files (over 50KB), some features like flat view may be disabled for performance. The app uses optimizations like lazy rendering and debounced processing to handle large files efficiently.

How do I use AI features?

AI features are available in the AI Assistant panel at the bottom of the input editor. You can:

  • Convert text or images to JSON
  • Fix JSON syntax errors automatically
  • Get explanations of JSON structure
  • Generate TypeScript types from JSON

See our AI Features guide for detailed instructions.

Can I edit JSON directly?

Yes! The input editor is a fully functional text editor. You can type, paste, or modify JSON directly. Changes are validated in real-time, and you'll see error messages if the JSON becomes invalid.

What formats can I export to?

You can export JSON as:

  • JSON: Download as a .json file or copy to clipboard
  • CSV: Convert selected objects/arrays to CSV format
  • Key Path: Copy the JSON path to any selected node

Does it work offline?

Basic features (viewing, editing, searching, exporting) work offline once the page is loaded. AI features require an internet connection as they use cloud-based AI services.

How do I search for specific values?

There are two search features:

  • Visualization Search: Search box in the visualization panel toolbar - finds nodes containing your search term
  • Editor Search: Search box in the input editor toolbar - finds text within the raw JSON

Both support navigation with Enter/Shift+Enter keys.

Can I convert images to JSON?

Yes! Upload an image (drag-and-drop or use the file picker), then click "Convert to JSON" in the AI Assistant panel. The AI will analyze the image and extract structured data. This works great for receipts, forms, tables, and documents.

What browsers are supported?

Orbit JSON Viewer works in all modern browsers including Chrome, Firefox, Safari, and Edge. It requires JavaScript to be enabled and uses modern web APIs.

Is there a mobile version?

The app is responsive and works on mobile devices, though the experience is optimized for desktop use. On mobile, the tab layout mode is recommended for better usability.

How do I report a bug or request a feature?

If you encounter issues or have suggestions, please check the About page for contact information or project links.

Is Orbit JSON Viewer free?

Yes, Orbit JSON Viewer is free to use. AI features may have usage limits depending on the API configuration, but all core features are available without cost.

Still have questions?

Check out our other documentation: