Hi,
I am building a public transport monitor. While every request to my local services web API is answered as JSON the final display is a simple 3 column HTML table. I now need to convert this so I can display the data. The simplest way would be a RegEx because I already have one from an implementation for a different platform. Or some other way to convert an HTML table to a hash/dictionary. Do you guys know how I can parse HTML to a dict in MonkeyC?
Cheers,
Stefan