https://github.com/nirdosh17/rich-json
JSON formatter and analyzer that shows errors and useful statistics
https://github.com/nirdosh17/rich-json
json-viewer vscode-extension
Last synced: 3 days ago
JSON representation
JSON formatter and analyzer that shows errors and useful statistics
- Host: GitHub
- URL: https://github.com/nirdosh17/rich-json
- Owner: nirdosh17
- License: mit
- Created: 2025-11-23T11:29:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-23T13:27:19.000Z (7 months ago)
- Last Synced: 2025-11-23T15:17:41.466Z (7 months ago)
- Topics: json-viewer, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 779 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Rich JSON
A simple VS Code plugin that formats JSON and shows extra details like JSON size, item/field counts, errors, etc.
Commands are available under prefix `Rich JSON` in the Command Palette. e.g. `Rich JSON: Format` and `Rich JSON: Analyze`.
## Development
- Clone the repository
```bash
git clone https://github.com/nirdosh17/rich-json.git
```
- Install dependencies:
```bash
npm install
```
- Open the project in VS Code:
```bash
code .
```
- Press `F5` to open a new VS Code window with the extension loaded.
## Installation
This extension is not yet published to the VS Code Marketplace. You can install it by following the steps below:
1. Clone the repository
```bash
git clone https://github.com/nirdosh17/rich-json.git
```
2. Install dependencies
```bash
npm install
```
3. Package the extension
```bash
npm run package
```
This will create a `.vsix` file in the root of the project. e.g. `rich-json-0.0.1.vsix`
4. Install the extension from the `.vsix` file.
- Open the Command Palette: `CMD/Ctrl + Shift + P`
- `Extensions: Install from VSIX...`
- Select the `.vsix` file.
## Usage
## Contributing
Something missing? Found a bug? Create a pull request or an issue. [GitHub](https://github.com/nirdosh17/rich-json)