Hi Developers,
Am using the following code, when i am convert this json value it gives the following error
Error: Unexpected end when deserializing object. Path 'ShippingAddress', line 26, position 25.
How can i resolve this error, if anyone knows the solution kindly suggest me.
{
"MobileNo": "7639610436",
"OrderNo": "565812",
"PaymentType": "2",
"VehicleInfoJoin": "",
"VehicleInfo": [
{
"VehicleClassID": 5,
"NPCIClassID": 5,
"SerialNo": "652402-001-0018296",
"VehicleNumber": "DSF343434",
"ChassisNumber": "",
"CommercialType": 1,
"Securitydeposit": "300",
"CardCost": "200",
"MINIMUMTOPUP": "140",
"RCImage": "RCBook__31082018150651PM.png"
}
],
"ShippingAddress": {
"Name": "TestPaul",
"Address": "81/94 North Street ",
"RegionID": "2",
"StateID": "18",
"CityID": "536",
"Pincode": "607106"
}
}
Regards ,
Paul.S