# jsonschemaviewer **Repository Path**: libac/jsonschemaviewer ## Basic Information - **Project Name**: jsonschemaviewer - **Description**: A simple application to visualize JSON schemas. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-06 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###Live Demo https://navneethg.github.io/jsonschemaviewer/ ###Instructions Write a JSON schema (refs supported) in the editor and click 'Visualize' to visualize it using a collapsible tree. This project as of now is simply a rip off of https://github.com/jlblcc/json-schema-viewer with reduced functionality. Will rewrite soon.