Replace `value.hasOwnProperty` with `Object.prototype.hasOwnProperty.call` in the JSON module https://github.com/gren-lang/core/blob/16aa6c56b983624f443ec9fd45dd8c3bf8faab4d/src/Gren/Kernel/Json.js#L234 This makes it harder for someone to use `hasOwnProperty` for something other than it's intended purpose.