Google Sheets array to CharMakerPlus

Hello I’m a Beginner with some experience.

I have this Json Array [“Temperature”,“56,45”,“22,452”,“33,45”,“43,45”,“53,45”,“63,77”,“51,85”,“89,56”,“25,56”]
It is from Google sheets
Now I try to express this on CharMakerPlus How can I do this

You have to convert the data into a list of lists, so the extension 📊 [Free] ChartMakerPlus - an extension to make google charts - Extensions - MIT App Inventor Community is able to understand it

Follow one of the Json guides
https://community.kodular.io/search?context=topic&context_id=252647&q=Json%20%23guides%20&skip_context=true

Taifun