I thought HtmlTextDecode decodes the the text of the webpage? The text of the following example is a json response. If I am wrong I apologize.
http://ai2.appinventor.mit.
How can I decode
https://maps.googleapis.com/
to a json response for my app. Right now I have this:
The json response WILL vary, so I need to decode the webpage into json. How could I do this?
it helps to take a look into the documentation
text HtmlTextDecode(text htmlText)
How can I decode
https://maps.googleapis.com/maps/api/place/nearbysearch/json ?location=41.455318,-75.651009 &radius=500&types=store&key=to a json response for my app
Try using JsonTextDecode and see if that does what you need.
댓글 없음:
댓글 쓰기