5.5.4 JSON parsing in JavaScript is done by using JSON.parseΒΆ

Verify that when parsing JSON in browsers or JavaScript-based backends, JSON.parse is used to parse the JSON document. Do not use eval() to parse JSON.

Level 1 X
Level 2 X
Level 3 X
CWE NIST
95