You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
Hey, thanks for the work on this tool - it looks like it will save us a lot of time.
When parsing one of our collections I've encountered a Syntax Error - where it could not parse JSON. After investigating I found that if there's request body, it is assumed to be JSON, where it could also be a raw text value. JSON parsing fails for that reason.
I've developed a fix which I will PR in a moment.
The text was updated successfully, but these errors were encountered:
Hey, thanks for the work on this tool - it looks like it will save us a lot of time.
When parsing one of our collections I've encountered a Syntax Error - where it could not parse JSON. After investigating I found that if there's request body, it is assumed to be JSON, where it could also be a raw text value. JSON parsing fails for that reason.
I've developed a fix which I will PR in a moment.
The text was updated successfully, but these errors were encountered: