Parsing JSON object (not paired values)

i currently have this JSON object:
[{"pFName":"jj","pillID":"9","hour":null,"min":null},{"pFName":"jj","pillID":"10","hour":null,"min":null},{"pFName":"jj","pillID":"25","hour":"12","min":"0"}]

I need to display it in a presentable form , preferably as a table , so i have to split each array on its own then display each value in a row of a table.
I went through the topics of JSON arrays here on the forum but most examples (up till now ) were paired arrays.
Any help is appreciated

You need to parse the string with Dictionary. find the necessary blocks in Dictionary drawer.






Blocks can be dragged into Blocks Editor, except for examples.

Try this

borrar_tabla8.aia (4.2 KB)

With TableView JavaScript.

https://community.appinventor.mit.edu/t/tableview-with-webviewer-javascript-and-css-helped-by-chat-openai-gpt-perplexity/81658