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