Hello. I have these data below. I need to retrieve the value 2 and aaa in the row number 1.
I need to retrieve the first value and second value for each row when it will be filled. I tried to use "1": \["([^"]+)", "([^"]+)"\] in pattern matching but it is not working Anyone has a solution please?
{
  "1": "[\"2\",\"aaa\"]",
  "2": "[\" \",\" \"]",
  "3": "[\" \",\" \"]",
  "4": "[\" \",\" \"]",
  "5": "[\" \",\" \"]",
  "6": "[\" \",\" \"]",
  "7": "[\" \",\" \"]",
  "8": "[\" \",\" \"]",
  "9": "[\" \",\" \"]",
  "10": "[\" \",\" \"]"
}