Posts by Felipe Oliveira • 16 points
1 post
-
0
votes1
answer633
viewsA: how to read a result Json from google Directions API
You can use Httpwebrequest to get the json from the page and then treat this json using Newtonsoft, throwing the entire json inside an object and then taking only the part you will use like this:…