I'll be short about it.
What I want:
1. Load json file (optional, if I can work with loaded json content into the script tag directly into the page - see point (2))
2. Load images (along with stats) from json file into div1 (but only images are displayed) (kinda did it, I loaded the json content directly into a script tag)
3. Drag & Drop images from div1 into div2 (with drag/drop function) (I know how)
4. Check if indeed images are in div2.
if true Show stats (stats from json file annexed to images placed into div2) in div3.
if not Dont show stats;
Img layout: enter image description here
JSON content: enter image description here