How to put Json Tiled into HTML5 Canvas

How do i take json tiled map editor files and render the images (my map) into a HTML 5 Canvas. it shows an array for the individual images the map used but im not sure how to render that to a Canvas to make the map appear on my game.

Please Help