Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Xamarin c# deserialization

Status
Not open for further replies.

yamyam

MIS
Jul 3, 2002
19
0
1
GB
Hi,
Please help - How would I deserialize the following JSON into a Xamarin List using c#
[
{
"JobID": 397597,
"CustomerId": "ENV"
},
{
"JobID": 397694,
"CustomerId": "UNI015"
},
{
"JobID": 397836,
"CustomerId": "AMA003"
},
{
"JobID": 397708,
"CustomerId": "UNI015"
},
{
"JobID": 397734,
"CustomerId": "FEE002"
}
]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top