I have a very large array of JSON objects (about 4000 objects). The value of one of the keys is a string and I want to convert it to an integer so I can iterate the array and pull out the object with the largest value for that key. Here is a sample of the array:I have a very large array of JSON objects (abou