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
Describe the bug
When creating a request with a JSON payload, the editor for JSON deems as valid a data type that is not valid.
To Reproduce
Steps to reproduce the behavior:
Create a POST request, with the RAW body and TYPE JSON
Paste
{
"foo": 007
}
See that the validator does not indicate any errors
Expected behavior
The JSON validator should kick in and notice that 007 is not valid.
Screenshots
App information (please complete the following information):
App Type Native App
Postman Version 7.16.0
OS: masOS
The text was updated successfully, but these errors were encountered:
vdespa
changed the title
JSON syntax validator in body editor does not recognize bad data type
JSON syntax validator in body editor does not recognize invalid data type
Feb 3, 2020
Describe the bug
When creating a request with a JSON payload, the editor for JSON deems as valid a data type that is not valid.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The JSON validator should kick in and notice that 007 is not valid.
Screenshots

App information (please complete the following information):
The text was updated successfully, but these errors were encountered: