Skip to content

g-ongenae/insomnia-plugin-jsonc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.