Antti Sonkeri
Antti Sonkeri
Request body json was not decommented if json parsing fails, which would happen if variables are not quoted. Fixes usebruno#888 # Description ### Contribution Checklist: - [x] **The pull request...
Added Microsoft's node-jsonc-parser library that is able to format json with comments. Seems to handle bigints properly too. It may be good to consider replacing existing `decomment` library with `jsonc-parser`...
Similarly to #1553 prettifying the JSON body fails if the body contains comments:  Tested on v1.11.0 on Windows 11
# Description This PR adds a tagging functionality that allows users to define tags for requests and to run only requests matching the desired tags both in the GUI and...