What is a .JSONC file?
JSONC is JSON that allows comments, used by Visual Studio Code’s config files.
- Did you know
- JSONC lets you annotate configuration that strict JSON would reject.
- JSONC was informally introduced by Microsoft for Visual Studio Code config files such as settings.json, tasks.json and launch.json.
- Microsoft ships a small jsonc-parser library so tools can read JSONC, since the plain JSON.parse chokes on its comments.
- What Analyser shows you
- Open and read structured developer data files: Jupyter notebooks (IPYNB) rendered cell by cell with their markdown, code and captured outputs (text and images); HAR network captures shown as a request table with status, type, size and timing; and the JSON supersets JSON5, JSONC and Hjson shown as selectable source with an expandable value tree.
- Open a .JSONC file
- Drag a .JSONC file onto the Analyser home page (or tap to pick one). It opens entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.
- Related formats
- .IPYNB · .HAR · .JSON5 · .Hjson. See all supported file types.