Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

VSCode extension to show string values on hover for JSON files.

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

[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/DiscreteTom.json-hover?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=DiscreteTom.json-hover)
![license](https://img.shields.io/github/license/DiscreteTom/json-hover?style=flat-square)
[![retsac](https://img.shields.io/badge/built_with-retsac-blue?style=flat-square)](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 `\"`).

![Example](img/example.png)

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