Read and parse a Json File in C#
问题 I have spent the best part of two days \"faffing\" about with code samples and etc., trying to read a very large JSON file into an array in c# so I can later split it up into a 2d array for processing. The problem I was having was I could not find any examples of people doing what I was trying to do. This meant I was just editing code a little an hoping for the best. I have managed to get something working that will: Read the file Miss out headers and only read values into array. Place a