HttpListener + FParsec + Pattern Matching = Simple REST Endpoints
3 people like thisPosted: 7 years ago by Ted Cackowski Jr
The snippet shows how to extract list of Olympic medalists from the Rio 2016 web site in a nice JSON format. It turns out you just need the right regular expression to extract the data from a script tag...
2 people like thisPosted: 6 years ago by Tomas Petricek