I have a JSON data that I am successfully able to parse. I can fetch everything in my JSON and display properly.
Now I have a string in my JSON called Content
. This is a large string and contains a lot of text. Just in the midst of the string can be an image URL. so something like this.
"content":"<p>I’m interested in making MFA one of the best resources on the web for
beginners – part of that is cultivating a welcoming environment, part of it is
attracting (and retaining) a large and diverse group of regular contributors, part of it
is developing a deep and broad set of resources, and part of it is encouraging newcomers
not only to nail down the basics<a href=\"http:\/\/bit.ly\/Ylloh8\.jpg
see the end of the above para. It has a jpg file. I need to parse that jpg as a image and load it as an image in my app. I am unsure how would I go about it ?