Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Allow parsing request bodies and examples that has JSON with comments #190

Merged
merged 1 commit into from
Jun 18, 2022
Merged

Allow parsing request bodies and examples that has JSON with comments #190

merged 1 commit into from
Jun 18, 2022

Conversation

dhwaneetbhatt
Copy link
Contributor

Postman supports JSON with comments for request bodies and examples. See issue filed at: #188.

This PR updates the library used to parse JSON from native JSON.parse to one supported by Microsoft: https://github.com/microsoft/node-jsonc-parser.

This library is used by VSCode and thus has a high chance of being maintained. It is fully backwards compatible with the native JSON library,

@joolfe joolfe merged commit 76a61c8 into joolfe:develop Jun 18, 2022
@dhwaneetbhatt dhwaneetbhatt deleted the develop branch December 28, 2022 06:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants