SchedulerAjaxData generates invalid JSON

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 :slight_smile:

Hi,
we’ve confirmed the issue, thanks!
You can find fixed version of the dll on NuGet or at scheduler-net site scheduler-net.com/download.aspx