Json – How to output the values of List<int> from an object. (Not list of objects) C#
I am inputting information from a json file and then need to check that the information is correct. I am not sure how to print out the values of a List from an object. Not all objects have the same…