0
let origin = "[{'a':1, 'b':2}, {'a':3, 'b':4}, {'a':5, 'b':6}]"

let output = [{'a':1, 'b':2}, {'a':3, 'b':4}, {'a':5, 'b':6}]

How to make origin to be output as a array

he ca
  • 1

0 Answers0