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

Parsing non-json raw body results in a syntax error #153

Closed
MilyMilo opened this issue Sep 22, 2021 · 1 comment · Fixed by #154
Closed

Parsing non-json raw body results in a syntax error #153

MilyMilo opened this issue Sep 22, 2021 · 1 comment · Fixed by #154

Comments

@MilyMilo
Copy link
Contributor

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.

@joolfe
Copy link
Owner

joolfe commented Oct 2, 2021

Already merged

@joolfe joolfe closed this as completed Oct 2, 2021
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 a pull request may close this issue.

2 participants