JSFiddle - React, Tailwind, and code Playground
by nickadeemus2002
HTML
<div id="output">
</div>
CSS
#output{color:#ff0000;font-size:16px;}
JavaScript
$(document).ready(function(){
var jsonObj = {
"HotelInformationResponse": {
"@hotelId": "106347",
"customerSessionId": "[xxx]",
"HotelImages": {
"@size": "27",
"HotelImage": [
{
"hotelImageId": 7092462,
"name": "",
"category": 1,
"type": 0,
"caption": "Exterior",
"url": "http:\/\/images.travelnow.com\/hotels\/1000000\/10000\/5900\/5900\/5900_57_b.jpg",
"thumbnailUrl": "http:\/\/images.travelnow.com\/hotels\/1000000\/10000\/5900\/5900\/5900_57_t.jpg",
"supplierId": 13,
"width": 350,
"height": 350,
"byteSize": 0
},
{
"hotelImageId": 7130885,
"name": "",
"category": 0,
"type": 0,
"url": "http:\/\/images.travelnow.com\/hotels\/1000000\/10000\/5900\/5900\/5900_58_b.jpg",
"thumbnailUrl": "http:\/\/images.travelnow.com\/hotels\/1000000\/10000\/5900\/5900\/5900_58_t.jpg",
"supplierId": 13,
"width": 350,
"height": 350,
"byteSize": 0
},
{
"hotelImageId": 7147393,
"name": "",
"category": 0,
"type": 0,
"url": "http:\/\/images.travelnow.com\/hotels\/1000000\/10000\/5900\/5900\/5900_59_b.jpg",
"thumbnailUrl": "http:\/\/images.travelnow.com\/hotels\/1000000\/10000\/5900\/5900\/5900_59_t.jpg",
"supplierId": 13,
"width": 350,
"height": 350,
"byteSize": 0
},
{
"hotelImageId": 7147394,
"name": "",
"category": 0,
"type": 0,
"url": "http:\/\/images.travelnow.com\/hotels\/1000000\/10000\/5900\/5900\/5900_60_b.jpg",
"thumbnailUrl": "http:\/\/images.travelnow.com\/hotels\/1000000\/10000\/5900\/5900\/5900_60_t.jpg",
"supplierId": 13,
"width": 350,
"height": 350,
"byteSize": 0
},
...