Back to plugins
Install Plugin
JSON Comments Plugin
Version 0.1.0
Overview
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
's RegExp to strip comments.