MAKE STRUCTURE VISIBLE
Code, structured data and database viewers
Code and data formats need different views: syntax-oriented text for source files, paged tables for records, and schema navigation for databases. Anyfile chooses from the registered viewers without executing file content.
Typical uses
- — Review source or configuration text read-only
- — Page through JSON and tabular data
- — Inspect SQLite tables and HTTP Archive requests
Common reasons files do not open
- — Malformed text or mixed encodings can prevent parsing
- — Nested records do not always map cleanly to a table
- — Large queries and files remain bounded by browser memory
14 FORMATS
Choose a file format
Category FAQ
Does opening code or data execute it?
No. These viewers parse or display selected files and do not run scripts, database triggers or embedded application code.