JSON page into String

FMFREAK

Member
Licensed User
Longtime User
I want to know how I can get a JSON object from an URL (Internet) into a string to use it into panels into a Scrollview.
I know I must use the HTTP library and the JSON library, but is there any example how to do this.
 
Top