An open API service indexing awesome lists of open source software.

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

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.