0: {
Id: "72c8d71f-5b3f-4812-98db-346df89ed9d7"
KeyWord: "Exam"
Value: " ??????"
UseInSentence: "This is Tough Exam"
WordType: "noun"
}
Below My JavaScript
function Go() {
$.getJSON('http://localhost:12702/api/WordDictionaryE2M?word=' + $('#txtSearch').val(), function (data) {
$('#div').text(data);
});
}