https://github.com/g-ongenae/insomnia-plugin-jsonc
Insomnia plugin to use comments in JSON body
https://github.com/g-ongenae/insomnia-plugin-jsonc
insomnia-plugin json-comment json-comments jsonc
Last synced: over 1 year ago
JSON representation
Insomnia plugin to use comments in JSON body
- Host: GitHub
- URL: https://github.com/g-ongenae/insomnia-plugin-jsonc
- Owner: g-ongenae
- Created: 2022-01-27T19:25:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T19:26:15.000Z (over 4 years ago)
- Last Synced: 2025-01-31T22:51:18.681Z (over 1 year ago)
- Topics: insomnia-plugin, json-comment, json-comments, jsonc
- Language: JavaScript
- Homepage: https://insomnia.rest/plugins/insomnia-plugin-jsonc
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# insomnia-plugin-jsonc
Strip JSON comments from your request body.
## Installation
- Open Insomnia options (Ctrl + , | Cmd + ,)
- Type `insomnia-plugin-jsonc` on the Plugins tab
## Usage
Just write valid JavaScript comments in JSON body request and send your request without minding them.
## Deps
Use [`json-easy-strip`](https://www.npmjs.com/package/json-easy-strip)'s RegExp to strip comments.