SyntaxFix
Write A Post
Hire A Developer
Questions
For me, it worked to use Newtonsoft.Json:
using Newtonsoft.Json; // ... var output = JsonConvert.SerializeObject(ListOfMyObject);