I have a file data like this:
productRankingOct12: [
value: "LessPopularityEPC"
,
value: "CtrEpcJob"
,
value: "DeviceSpecificLPE"
]
guidedSearch: [
value: false
,
value: true
]
I would like to read the lines into array & store it like
array[0] = productRankingOct12: [
array[1] = value: "LessPopularityEPC"