Jed icon indicating copy to clipboard operation
Jed copied to clipboard

Cannot add missing key callback function

Open stief510 opened this issue 8 years ago • 0 comments

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

stief510 avatar Nov 07 '16 13:11 stief510