“Primitivo JSON inválido” no processamento Ajax
Estou recebendo um erro em uma chamada ajax do jQuery. Aqui está minha função jQuery: function DeleteItem(RecordId, UId, XmlName, ItemType, UserProfileId) { var obj = { RecordId: RecordId, UserId: UId, UserProfileId: UserProfileId, ItemType: ItemType, FileName: XmlName }; var json =...