Skip to content

provide better safe json parsing

aguestuser requested to merge better-safe-json-parsing into master
  • last version still caused halting error because it permitted a destructuring assignment operation on a null value
  • this prevents that and rejects with more instructive errors!

Merge request reports