Hi,
I have an object that has a string value that contains a . For arguments sake lets say /Fred\
The SchedulerAjaxData class generates the output as follows:
name:"/fred"
This fails all JSON validation and cannot be processed as it should be “/fred\” in the output.
On a less important note it also should double-quote all property names e.g. “name”:"/fred\"
James