You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a function URLExecute(url-as-string) which returns the reponse of a http query as JSON format from a Rest API and returns a List() of nested Lists of Rules representing the JSON format.
Implement a function
URLExecute(url-as-string)
which returns the reponse of a http query as JSON format from a Rest API and returns a List() of nested Lists of Rules representing the JSON format.Take for example the wikipedia api:
which can return a response in json or jsonfm format
In FullForm format the list will have a structure like this:
The text was updated successfully, but these errors were encountered: