skip to Main Content

Advice needed to parse this JSON in .NET – Asp.net

Given the following JSON samples, what is the best way to parse this in c# .NET? {"data":{"5":{"isDeleted":"false","day":"THU"}},"action":"edit"} {"data":{"7":{"isDeleted":"false","name":"alex"}},"action":"edit"} {"data":{"90":{"isDeleted":"true","job":"software"}},"action":"edit"} I have looked into JSON serializing into an object but because the data could be different each time i can't map…

VIEW QUESTION

Powershell: JSON to Excel

I have had a problem for days and am now reporting here. I want to export several JSON files to an Excel spreadsheet. The JSON keys should form the headers and the values should be listed under the headers. Unfortunately,…

VIEW QUESTION
Back To Top
Search