Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: json body prettify not working with comments #1831

Merged
merged 2 commits into from Apr 9, 2024

Commits on Mar 16, 2024

  1. fix: json body prettify not working with comments

    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
    asonkeri committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    0574c7c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    cd68ea1 View commit details
    Browse the repository at this point in the history