0

I have downloaded my account data off of instagram. A large chunk of the downloaded files where JSON so I got a json opener on my android phone and opened them. I could read all the messages fine but the images show the caption the date taken and the path. Is there anyway to open these images as images and not just as words or letters.

JimmyTest
  • 1
  • 1
  • 1

1 Answers1

0

If the images in jpeg format. You can copy base64 image value from json and using this to show image. You can also do it by html see this stack topic.

Igor
  • 345
  • 3
  • 6