Catch a missing comma in an API response immediately
Useful during API debugging, webhook testing, and response inspection when you need to know whether the backend returned malformed JSON or the payload was copied incorrectly.
This is exactly the kind of issue the validator handles best: mostly-correct JSON with one local syntax break.