Chome (80.0.3987.132 windows build) crashes on parsing Json.
For reproduce :
1- Open this link.
2- Type these lines on Console :
var json = document.getElementsByTagName('body')[0].innerText;
JSON.parse(json);
The json file is valid.
Can someone help us to solve this crash ?
Thanks,