fix($http): only parse as JSON when opening/closing brackets match
Previously, due to weak JSON-detecting RegExp, string like `[...}` and
`{...]` would be considered JSON (even if they obviously aren't) and an
expection would be thrown while trying to parse them.
This commit makes sure the opening and closing brackets match. This
doesn't completely eliminate false positives (e.g. `[]{}[]`), but does
help reduce them.
Closes #10349
Closes #10357 G
Georgios Kalpakas committed
b9bdbe615cc4070d2233ff06830a4c6fb1217cda
Parent: 6617b42
Committed by Pawel Kozlowski <pkozlowski.opensource@gmail.com>
on 12/12/2014, 5:46:00 PM