Jed
Jed copied to clipboard
Cannot add missing key callback function
I am unable to add the callback to the JSON file. I tried
"missing_key_callback" : function(key) {
// Do something with the missing key
// e.g. send key to web service or
console.error(key)
},
to no avail