Click here to Skip to main content
15,912,400 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have JSON structure, and I need to read json Zip value in c#

What I have tried:

JSON Structure like
{
"billingAccountNumber": "449239621",
"serviceAddress": {
"address1": "9337 MIRA VALLE LN",
"stateCode": "FL",
"city": "WINTER GARDEN",
"zip": "34787-",
"countryCode": "USA",
"address2": ""
},
Posted
Updated 25-Jun-18 11:21am

 
Share this answer
 
Have a read of Working with JSON in C# & VB[^] article - it explains in great detail how to and provides links to tools that will help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900