Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/levidavidmurray/json-unescape-vscode


https://github.com/levidavidmurray/json-unescape-vscode

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# JSON Unescape VSCode

This extension provides a command palette utility to unescape JSON strings. It is useful when you have an escaped JSON string value as part of a larger JSON object and you want to see the JSON string as a JSON object.

https://github.com/levidavidmurray/json-unescape-vscode/assets/46084870/f3b3d476-30a4-4b84-9031-7f0b87d52806

## Features

### JSON Unescape: Unescape

Parses the entire document as JSON and replaces all escaped strings with their unescaped counterparts.

### JSON Unescape: Unescape Selection

Parses the selected text as an escaped JSON string and replaces it with its unescaped counterpart.