UNPKG

try-json-parse

Version:

Doesn't throw an error when JSON.parse() fails, just returns undefined

9 lines (5 loc) 188 B
# v1.0.0 - simplify implementation - by @dsh0416 # v0.1.0 - null is valid json, return undefined - by @Raynos - JSON.parse takes an optional "reviver" second parameter - by @humanchimp