Retrieve a specific row from JSON to create a new row
I did a search of a database that returns about 10 rows of data into JSON... It seems that the only way that I can now search inside that dataset is to do a loop and an IF inside that loop to find the record I want. What I WANT to do is to select one...