How to Convert url response data to json object in C#?
up vote
-1
down vote
favorite
Url response data is JSON string format but I want to JSON object format I want to underline data
{"Result":"Success","Result_PermitDetails":[{"PermitNumber":"PR11110401830177","FinancialYear":"2017-2018 ","MineralID":6,"UnitID":1,"AvailableQuantity":2000.000,"AvailableAmount":2000000.00,"AvailableCessonMBL":40000.00,"AvailableMerit":40000.00,"AvailableDMF":600000.00,"AvailableNMET":0.00,"ApprovedQuantity":2000.0,"ApprovedRoyalty":2000000.00,"ApprovedCessonMBL":40000.00,"ApprovedMERIT":40000.00,"ApprovedDMF":600000.00,"ApprovedNMET":0.00,"ATFromDate":"2/19/2018 12:00:00 AM","ATToDate":"2/27/2019 12:00:00 AM","MinaralName":"Barytes (White)"},{"PermitNumber":"PR11110401830178","FinancialYear":"2017-2018 ","MineralID":6,"UnitID":1,"AvailableQuantity":100.000,"AvailableAmount":100000.00,"AvailableCessonMBL":2000.00,"AvailableMerit":2000.00,"AvailableDMF":30000.00,"AvailableNMET":0.00,"ApprovedQuantity":100.0,"ApprovedRoyalty":100000.00,"ApprovedCessonMBL":2000.00,"ApprovedMERIT":2000.00,"ApprovedDMF":30000.00,"ApprovedNMET":0.00,"ATFromDate":"2/22/2018 12:00:00 AM","ATToDate":"2/27/2019 12:00:00 AM","MinaralName":"Barytes (White)"},{"PermitNumber":"PR11110401830182","FinancialYear":"2018-2019
enter image description here
url asp.net-web-api
add a comment |
up vote
-1
down vote
favorite
Url response data is JSON string format but I want to JSON object format I want to underline data
{"Result":"Success","Result_PermitDetails":[{"PermitNumber":"PR11110401830177","FinancialYear":"2017-2018 ","MineralID":6,"UnitID":1,"AvailableQuantity":2000.000,"AvailableAmount":2000000.00,"AvailableCessonMBL":40000.00,"AvailableMerit":40000.00,"AvailableDMF":600000.00,"AvailableNMET":0.00,"ApprovedQuantity":2000.0,"ApprovedRoyalty":2000000.00,"ApprovedCessonMBL":40000.00,"ApprovedMERIT":40000.00,"ApprovedDMF":600000.00,"ApprovedNMET":0.00,"ATFromDate":"2/19/2018 12:00:00 AM","ATToDate":"2/27/2019 12:00:00 AM","MinaralName":"Barytes (White)"},{"PermitNumber":"PR11110401830178","FinancialYear":"2017-2018 ","MineralID":6,"UnitID":1,"AvailableQuantity":100.000,"AvailableAmount":100000.00,"AvailableCessonMBL":2000.00,"AvailableMerit":2000.00,"AvailableDMF":30000.00,"AvailableNMET":0.00,"ApprovedQuantity":100.0,"ApprovedRoyalty":100000.00,"ApprovedCessonMBL":2000.00,"ApprovedMERIT":2000.00,"ApprovedDMF":30000.00,"ApprovedNMET":0.00,"ATFromDate":"2/22/2018 12:00:00 AM","ATToDate":"2/27/2019 12:00:00 AM","MinaralName":"Barytes (White)"},{"PermitNumber":"PR11110401830182","FinancialYear":"2018-2019
enter image description here
url asp.net-web-api
It's not clear what you want to do?
– Alex
Nov 8 at 10:26
please see the image
– Sankar rao
Nov 8 at 10:30
no, that's not how stackoverflow works. Please edit your question to have the detail. Have a read of this - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 11:12
This String Convert to C# object
– Sankar rao
Nov 8 at 11:43
Please read this page fully - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 15:47
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Url response data is JSON string format but I want to JSON object format I want to underline data
{"Result":"Success","Result_PermitDetails":[{"PermitNumber":"PR11110401830177","FinancialYear":"2017-2018 ","MineralID":6,"UnitID":1,"AvailableQuantity":2000.000,"AvailableAmount":2000000.00,"AvailableCessonMBL":40000.00,"AvailableMerit":40000.00,"AvailableDMF":600000.00,"AvailableNMET":0.00,"ApprovedQuantity":2000.0,"ApprovedRoyalty":2000000.00,"ApprovedCessonMBL":40000.00,"ApprovedMERIT":40000.00,"ApprovedDMF":600000.00,"ApprovedNMET":0.00,"ATFromDate":"2/19/2018 12:00:00 AM","ATToDate":"2/27/2019 12:00:00 AM","MinaralName":"Barytes (White)"},{"PermitNumber":"PR11110401830178","FinancialYear":"2017-2018 ","MineralID":6,"UnitID":1,"AvailableQuantity":100.000,"AvailableAmount":100000.00,"AvailableCessonMBL":2000.00,"AvailableMerit":2000.00,"AvailableDMF":30000.00,"AvailableNMET":0.00,"ApprovedQuantity":100.0,"ApprovedRoyalty":100000.00,"ApprovedCessonMBL":2000.00,"ApprovedMERIT":2000.00,"ApprovedDMF":30000.00,"ApprovedNMET":0.00,"ATFromDate":"2/22/2018 12:00:00 AM","ATToDate":"2/27/2019 12:00:00 AM","MinaralName":"Barytes (White)"},{"PermitNumber":"PR11110401830182","FinancialYear":"2018-2019
enter image description here
url asp.net-web-api
Url response data is JSON string format but I want to JSON object format I want to underline data
{"Result":"Success","Result_PermitDetails":[{"PermitNumber":"PR11110401830177","FinancialYear":"2017-2018 ","MineralID":6,"UnitID":1,"AvailableQuantity":2000.000,"AvailableAmount":2000000.00,"AvailableCessonMBL":40000.00,"AvailableMerit":40000.00,"AvailableDMF":600000.00,"AvailableNMET":0.00,"ApprovedQuantity":2000.0,"ApprovedRoyalty":2000000.00,"ApprovedCessonMBL":40000.00,"ApprovedMERIT":40000.00,"ApprovedDMF":600000.00,"ApprovedNMET":0.00,"ATFromDate":"2/19/2018 12:00:00 AM","ATToDate":"2/27/2019 12:00:00 AM","MinaralName":"Barytes (White)"},{"PermitNumber":"PR11110401830178","FinancialYear":"2017-2018 ","MineralID":6,"UnitID":1,"AvailableQuantity":100.000,"AvailableAmount":100000.00,"AvailableCessonMBL":2000.00,"AvailableMerit":2000.00,"AvailableDMF":30000.00,"AvailableNMET":0.00,"ApprovedQuantity":100.0,"ApprovedRoyalty":100000.00,"ApprovedCessonMBL":2000.00,"ApprovedMERIT":2000.00,"ApprovedDMF":30000.00,"ApprovedNMET":0.00,"ATFromDate":"2/22/2018 12:00:00 AM","ATToDate":"2/27/2019 12:00:00 AM","MinaralName":"Barytes (White)"},{"PermitNumber":"PR11110401830182","FinancialYear":"2018-2019
enter image description here
url asp.net-web-api
url asp.net-web-api
edited Nov 8 at 11:41
asked Nov 8 at 10:02
Sankar rao
43
43
It's not clear what you want to do?
– Alex
Nov 8 at 10:26
please see the image
– Sankar rao
Nov 8 at 10:30
no, that's not how stackoverflow works. Please edit your question to have the detail. Have a read of this - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 11:12
This String Convert to C# object
– Sankar rao
Nov 8 at 11:43
Please read this page fully - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 15:47
add a comment |
It's not clear what you want to do?
– Alex
Nov 8 at 10:26
please see the image
– Sankar rao
Nov 8 at 10:30
no, that's not how stackoverflow works. Please edit your question to have the detail. Have a read of this - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 11:12
This String Convert to C# object
– Sankar rao
Nov 8 at 11:43
Please read this page fully - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 15:47
It's not clear what you want to do?
– Alex
Nov 8 at 10:26
It's not clear what you want to do?
– Alex
Nov 8 at 10:26
please see the image
– Sankar rao
Nov 8 at 10:30
please see the image
– Sankar rao
Nov 8 at 10:30
no, that's not how stackoverflow works. Please edit your question to have the detail. Have a read of this - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 11:12
no, that's not how stackoverflow works. Please edit your question to have the detail. Have a read of this - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 11:12
This String Convert to C# object
– Sankar rao
Nov 8 at 11:43
This String Convert to C# object
– Sankar rao
Nov 8 at 11:43
Please read this page fully - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 15:47
Please read this page fully - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 15:47
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
draft saved
draft discarded
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53205385%2fhow-to-convert-url-response-data-to-json-object-in-c%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
It's not clear what you want to do?
– Alex
Nov 8 at 10:26
please see the image
– Sankar rao
Nov 8 at 10:30
no, that's not how stackoverflow works. Please edit your question to have the detail. Have a read of this - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 11:12
This String Convert to C# object
– Sankar rao
Nov 8 at 11:43
Please read this page fully - stackoverflow.com/help/how-to-ask
– Alex
Nov 8 at 15:47