Search Results

1
vote

How do I serialize a C# anonymous type to a JSON string?

Use the Newtonsoft JSON library. …