Only NonStrict Json can be loaded?

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.

Actually at must work with existing version.
scheduler uses native js notation , but strict json is just a sub-set of json notation, so current solution must work correctly for both.

If issue still occurs - can you provide a sample of problematic json data ?