JSPM

insomnia-plugin-jsonc

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q55453F
  • License MIT

Insomnia plugin to use comments in JSON body

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.