How to convert json to list

Please help me to show these json in listview

JSON Text Decode

Returns: Any

Decodes the given JSON encoded value to produce a corresponding AppInventor value A JSON list [x, y, z] decodes to a list (x y z), A JSON object with name A and value B,(denoted as A:B enclosed in curly braces) decodes to a list((A B)), that is, a list containing the two-element list (A B).

Taifun

Use dictionary blocks, there are many examples in the community