mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 05:35:41 +00:00
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` if its only use case is to decomment json. Fixes usebruno#1830 Co-authored-by: Anoop M D <anoop.md1421@gmail.com>