JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

JavaScript

let data = [                      
{ type_point: 'Insurance Company', name: 'Park', location_latitude: '34.0483', location_longitude: '-118.2544', map_image_url: 'https://www.suretynetwork.com/img/thumb_map_single_hotel.jpg', rate: 'superb', name_point: 'california', get_directions_start_address: 'xxx', phone: '2323333', url_point: 'google.com' },
{ type_point: 'Insurance Company', name: 'Park', location_latitude: '33.96466', location_longitude: '-117.8489', map_image_url: 'https://www.suretynetwork.com/img/thumb_map_single_hotel.jpg', rate: 'superb', name_point: 'california', get_directions_start_address: 'xxx', phone: '2323333', url_point: 'google.com' },
{ type_point: 'Insurance Company', name: 'Park', location_latitude: '33.45068', location_longitude: '-117.6031', map_image_url: 'https://www.suretynetwork.com/img/thumb_map_single_hotel.jpg', rate: 'superb', name_point: 'california', get_directions_start_address: 'xxx', phone: '2323333', url_point: 'google.com' }     ]

console.log(JSON.stringify(data))