gjshah7254
8/11/2016 - 12:36 AM

Create json string from C#

Create json string from C#

 dynamic jsonItem = new JObject();
            jsonItem.UserGuid = usItem.UserGUID;
            jsonItem.UserName = usItem.UserName;
            jsonItem.Password = usItem.Password;