I would like to write a method to parse the following records from a file. It is possible for me read each line, start the record at "{" and end it at "}" and process each line in between. However, I was wondering if there was a more elegant way of processing records.
{\n "name": "Jeff Hamilton",\n "address": "101 Main St.",\n "id":"701"\n },\n {\n "name": "Peet Rizzo",\n "address": "109 Main St.",\n "id": "1003"\n }\n