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
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
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
JSON Visio โ Visualize JSON data into graphs
That's definitely a brave name. More on reddit.com
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
Videos
Visualize JSON Data In VS Code - YouTube
10:28
Level-up your JSON game in Visual Studio Code - YouTube
02:13
VS Code tips โ JSON schemas for IntelliSense - YouTube
05:10
Working with JSON Schema in Visual Studio - YouTube
42:22
JSON Data in VS Code with Depot Extension - YouTube
04:26
JSON Schema introduction in Visual Studio - YouTube
Stack Overflow
stackoverflow.com โบ questions โบ 73238749 โบ vs-code-ui-editor-for-json-schemas
vs code ui editor for json schemas - Stack Overflow
5 Provide JSON Schema for a JSON file like settings JSON in Visual Studio Code
Visual Studio Marketplace
marketplace.visualstudio.com โบ items
ScheV โ JSON Schema Visual Editor - Visual Studio Marketplace
Extension for Visual Studio Code - Visualize JSON/YAML schemas as box graphs.
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 13, 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.
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.
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 ...
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
JSON Schema Viewer - Visual Studio Marketplace
January 8, 2026 - Extension for Visual Studio Code - Visualize JSON Schema files in an interactive expandable tree view
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 โบ 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
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%
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.