Allow commenting json body

Feature Request
When making JSON POST request to allow adding comments, sometimes i dont want to POST particular data so i would comment them

When making JSON POST request to allow adding comments, sometimes i dont want to POST particular data so i would comment them
Sign in to leave a comment.
Just for reference, there is a codemirror plugin for JSON5
https://github.com/dimfeld/codemirror-json5. JSON5 supports comments, trailing commas and unquoted objects keys, which would be super helpful for fiddling with the request body right in the editor. The plugin in its turn supports linting and a transparent conversion to the “real“ json.
I would be happy to participate and to make a PR with this feature, but it looks like only bug-fix PRs are accepted.
As an alternative, this feature could be a plugin, if/when the plugins API will be able to expose a way for making custom body editors
hi. since now yaak had introduced plugins, please do! would love to use your plugin whenever ready
I enjoy this feature as well. It feels good to have inline comments, instead of a “docs” tab
I didn’t know this was a requested feature until I searched here. I started using Yaak a couple of months ago, and I can’t use any API client without this feature. I opened a PR with it a couple of days ago, you can have a look.
https://github.com/mountain-loop/yaak/pull/363