Question
Infotable to JSON failing to convert
Both
Resources["InfoTableFunctions"].ToJSON(params);
and
.ToJSON();
are failing to convert my infotable to a JSON object. Does anyone know why this could potentially happen? I understand that the .ToJSON() method does not work with infotables that are already JSON objects but does the same apply for the first option?

