I have .json files stored in AWS S3 bucket.
I use the function OpenStreamAsyncto get a specified file and I want to read it and arrange the items according to the way I expect them to be in the .json file but into excel (I use EEPlus).
What is the best practice to do so?
1) create a class that matches your JSON you could use http://json2csharp.com/
2) use Json.NET to deserialize