Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levidavidmurray/json-unescape-vscode
https://github.com/levidavidmurray/json-unescape-vscode
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/levidavidmurray/json-unescape-vscode
- Owner: levidavidmurray
- Created: 2023-10-04T18:00:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T18:54:56.000Z (over 1 year ago)
- Last Synced: 2023-10-05T06:59:53.064Z (over 1 year ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.