How to load images from json and display on screen

how to load image from json file?? and show on screen?

  1. parse the json file however you need to

  2. use Sprite or Texture or maybe ImageView or some other class to create objects from the file names you parsed out.