I am trying to parse a .json file into SAS. In order to deal with lists in the .json file, I would like to remove all commas from between [item1, item2, item3, .... itemn], but keep the commas that are not within []. I am trying to parse a .json file into SAS. In