C# – Load Json data in your .Net application

Javascript Object Notation (JSON) is a standard text-based format to structure data based on Javascript object syntax. We can see this format being used to transfer data in web applications. { “firstName”: “Robert”, “lastName”: “Patrick”, “age”: 37, “address”: { “streetAddress”: “21, Glory Street”, “city”: “Boston”, “state”: “MT”, “postalCode”: “100-8888” }, “phoneNumbers”: [ { “type”: “home”, … Continue reading “C# – Load Json data in your .Net application”