🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
JSON Visualizer - Visual Studio Marketplace
February 6, 2025 - Extension for Visual Studio Code - Visualize JSON data as interactive diagrams
🌐
GitHub
github.com › atlassian-labs › json-schema-viewer › issues › 35
VS Code Previewer for JSON Schema · Issue #35 · atlassian-labs/json-schema-viewer
May 11, 2022 - There are several VS Code plugins that enable OpenAPI previews (like this one, which allows preview in ReDoc format) but there aren't any that allow preview for JSON Schema. This project is great at JSON schema preview, exactly what folk...
Published   May 11, 2022
Author   tillig
Discussions

JSON schema generator
I just searched google and these 2 popped up: JSON Schema Tool Free Online JSON to JSON Schema Converter Both seem to work fine More on reddit.com
🌐 r/vscode
4
17
September 12, 2021
Using JSON Schema in Visual Studio Code for `ida-plugin.json`
Visual Studio Code provides out of the box support for JSON files, including features like validation and auto-completion. To enhance your experience with the ida-plugin.json file, you can use a JSON schema that defines the structure and constraints of the file. More on community.hex-rays.com
🌐 community.hex-rays.com
0
2
July 20, 2025
JSON Visio – Visualize JSON data into graphs
That's definitely a brave name. More on reddit.com
🌐 r/programming
37
226
August 29, 2022
How do I assign a JSON Schema to a yaml file in my custom extension?
As far as I know, schema with yaml requires the Red Hat YAML extension. You can set a schema from an extension with: "yamlValidation": [ { "fileMatch": [ "my-file.yaml"], "url": "./path-to-schema.json" } ] More on reddit.com
🌐 r/vscode
5
4
November 25, 2023
🌐
Visual Studio Code
code.visualstudio.com › docs › languages › json
Editing JSON with Visual Studio Code
November 3, 2021 - The association of a JSON file to a schema can be done either in the JSON file itself using the $schema attribute, or in the User or Workspace settings (File > Preferences > Settings) under the property json.schemas Open in VS Code Open in VS ...
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
JSON Viewer - Visual Studio Marketplace
Extension for Visual Studio Code - Preview JSON as tree view on VSCode
🌐
Reddit
reddit.com › r/vscode › json schema generator
r/vscode on Reddit: JSON schema generator
September 12, 2021 -

Hi! I'm looking for a tool that's able to generate a schema given some example JSON file. Is there such an extension or tool? Since I can't find one!

🌐
Netlify
nickymeuleman.netlify.app › blog › json-schema
JSON-schemas are awesome - Nicky Meuleman - Netlify
December 19, 2018 - I’m kidding, partly. The solution is a JSON-schema. Leveraging one of those means you can rely on the intelligent autocompletion and error detection to do the heavy lifting! To get started with the least amount of effort, you can use VSCode, which has builtin support for JSON-schema.
Find elsewhere
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
JSON Flow — Structured JSON Graph Explorer for VS Code
3 weeks ago - Extension for Visual Studio Code - VS Code JSON graph explorer with structured search and projection modes for complex, deeply nested data. Supports JSON, YAML, XML, CSV, HCL, and more.
🌐
JSON Crack
jsoncrack.com
JSON Crack | Online JSON Viewer - Transform your data into interactive graphs
JSON Crack supports formats like CSV, YAML, and XML, making it easier to visualize your data, no matter the type. ... Transform your data into interactive graphs or trees as you type.
🌐
GitHub
github.com › miman › json-schema-viewer
GitHub - miman/json-schema-viewer: A VS Code extension to visualize JSON Schema files in an interactive, expandable tree view. · GitHub
A VS Code extension to visualize JSON Schema files in an interactive, expandable tree view very similar to the "OpenApi Editor".
Author   miman
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Smart JSON Schema - Visual Studio Marketplace
Extension for Visual Studio Code - Smart JSON Schema is a Visual Studio Code extension designed to simplify the generation of JSON schemas from existing JSON files. This tool is perfect for developers working with APIs, configurations, and ...
🌐
Joshuatz
docs.joshuatz.com › cheatsheets › js › json-schema
JSON Schema - Resources, Notes, and VSCode Tips | Joshua's Docs
Ever wondered how VSCode provides auto-complete and intellisense for standard config files, like tsconfig.json, or if you have the right extensions installed, .eslintrc.json, .prettierrc, etc.? Welcome to the magical world of JSON Schema!
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
JSON Schema Viewer - Visual Studio Marketplace
January 8, 2026 - Extension for Visual Studio Code - Visualize JSON Schema files in an interactive expandable tree view
🌐
Hex-rays
community.hex-rays.com › ida general
Using JSON Schema in Visual Studio Code for `ida-plugin.json` - IDA General - Hex-Rays Community forum
July 20, 2025 - Visual Studio Code provides out of the box support for JSON files, including features like validation and auto-completion. To enhance your experience with the ida-plugin.json file, you can use a JSON schema that defines …
🌐
GitHub
github.com › eclipsesource › jsonforms-tooling › blob › master › vscode-extension › README.md
jsonforms-tooling/vscode-extension/README.md at master · eclipsesource/jsonforms-tooling
Right click on a schema.json or a uischema.json file. The editor will now ask you to select the other file (if you selected a schema file in the first step, now select the uischema file). Now the preview will open in split screen and show you a preview of your schema files. (Note: It can take a while to load the environment) First you need to follow the Get Started instructions within the README file in the root folder. After that open the vscode-extension folder within Visual Studio Code.
Author   eclipsesource
🌐
GitHub
github.com › AykutSarac › jsoncrack.com
GitHub - AykutSarac/jsoncrack.com: ✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML and CSV into interactive graphs.
1 month ago - Visualizer: Instantly convert JSON, YAML, CSV, and XML into interactive graphs or trees in dark or light mode. Convert: Seamlessly transform data formats, like JSON to CSV or XML to JSON, for easy sharing.
Starred by 43.7K users
Forked by 3.5K users
Languages   TypeScript 91.3% | JavaScript 6.9% | CSS 1.5%
🌐
GitHub
github.com › remcohaszing › vscode-schemastore
GitHub - remcohaszing/vscode-schemastore: Use the JSON Schema Store catalog for JSON schema validation. · GitHub
This extension is updated daily to provide JSON schema for all schemas in the catalog. In Visual Studio Code open the command palette using Ctrl + P, paste the following command, and press Enter.
Starred by 33 users
Forked by 3 users
Languages   JavaScript
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
JSON Tree View - Visual Studio Marketplace
Extension for Visual Studio Code - Generate a tree view from json file
🌐
Read the Docs
vscode-docs.readthedocs.io › en › stable › languages › json
Json - vscode-docs
We also perform structural and value verification based on an associated JSON schema giving you red squigglies.