Visit Website

secure-json-parse is a drop-in replacement for JSON.parse() that provides protection against prototype poisoning by allowing configuration options to handle bad JSON input, such as removing the __proto__ property or constructor.prototype.

ALTERNATIVES