Get Value From JSON File stored in Azure Storage Using C#
I have JSON file in Azure Storage which I am reading using C#. In that JSON file there is anode called SQLViewDifinition and that node I have SQL which I need to fetch. I have read the file into a string and converted that string in JObject. I have the JSON now but is finding… Read More Get Value From JSON File stored in Azure Storage Using C#