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
Mockingjay conveniently parses JSON requests, however they are provided in a junky YAML file. Just spent way too much time trying to find an issue, because my request body had an extra " and was not matching request. Would have realised much faster if there was a generic (outside of matching specific request) JSON validation if the request content-type was that.
The text was updated successfully, but these errors were encountered:
Mockingjay conveniently parses JSON requests, however they are provided in a junky YAML file. Just spent way too much time trying to find an issue, because my request body had an extra
"
and was not matching request. Would have realised much faster if there was a generic (outside of matching specific request) JSON validation if the request content-type was that.The text was updated successfully, but these errors were encountered: