C# to JSON serialization using JSON.Net September 17, 2023 by Tarik Use: var json = JsonConvert.SerializeObject(new { users = reqUsers });