main() { String listAsJson = '["Dart",0.8]'; // input List of data List parsedList = parse(listAsJson); // temp trace(); }