insomnia-plugin-jsonc
Version:
Insomnia plugin to use comments in JSON body
17 lines (9 loc) • 404 B
Markdown
# 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.