https://github.com/discretetom/json-hover
VSCode extension to show string values on hover for JSON files.
https://github.com/discretetom/json-hover
Last synced: 4 months ago
JSON representation
VSCode extension to show string values on hover for JSON files.
- Host: GitHub
- URL: https://github.com/discretetom/json-hover
- Owner: DiscreteTom
- License: mit
- Created: 2023-09-22T00:35:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T14:23:07.000Z (about 2 years ago)
- Last Synced: 2025-07-19T05:31:34.167Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
> **Note**
> This extension is deprecated. Use [string-hover](https://marketplace.visualstudio.com/items?itemName=DiscreteTom.string-hover) instead for better performance and more features.
# json-hover
[](https://marketplace.visualstudio.com/items?itemName=DiscreteTom.json-hover)

[](https://github.com/DiscreteTom/retsac)
VSCode extension to show string values on hover for JSON files.
This is useful to inspect the unescaped value for escaped strings (e.g. `\n`, `\\` and `\"`).

## [CHANGELOG](https://github.com/DiscreteTom/json-hover/blob/main/CHANGELOG.md)