[Solved] How to parse JSON object and display in the table? [closed]


Use an XML parser, not a regex! There are many availble for every language.

If the string had always the same format, you could also use string methods.

solved How to parse JSON object and display in the table? [closed]