Tags: buger/jsonparser
Tags
Merge pull request #221 from d-hat/CVE-2020-35381 Attempt to fix #219 and introduce a test. The only error that can easily be returned in this case is `KeyPathNotFoundError`, which is reasonable if you squint (a malformed key can not be found). Note I'm far from fluent in golang so this should be reviewed with some care 😄