https://github.com/levidavidmurray/json-unescape-vscode
https://github.com/levidavidmurray/json-unescape-vscode
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/levidavidmurray/json-unescape-vscode
- Owner: levidavidmurray
- Created: 2023-10-04T18:00:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T18:54:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T05:28:51.438Z (6 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 1
- 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.