我想将以下字符串转换为数组/嵌套数组并遍历它,以便我可以使用其中的值。
str = "[[{"one": "1"}],[{"two": "2"}],[{"three": "3"}]]"
// I want to use value inside the {} brace
我想将以下字符串转换为数组/嵌套数组并遍历它,以便我可以使用其中的值。
str = "[[{"one": "1"}],[{"two": "2"}],[{"three": "3"}]]"
// I want to use value inside the {} brace