Package Exports
- insomnia-plugin-jsonc
- insomnia-plugin-jsonc/main.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (insomnia-plugin-jsonc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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
's RegExp to strip comments.