I am currently working with an app in Django/Python that will only provide back valid json, that is, the key value requires quotations. However, if I try to load this into the scheduler it doesn’t do anything.
Is there any plan to add strict json to allow loading? I have found a library that can produce non-strict json, but since it’s a standard I would hope that the DHTMLX components would support this.