Ка из данного JSON получить title как параметр с помощью js, спс за ответы
$(function() {
//Activ'Map plugin init
$('#activmap-wrapper').activmap({
places: [
{
title: 'Gorki Street Area',
address: '',
phone: '',
url:'https://visitgyumri.buildatourapp.com/gyumri-gorki-street/',
tags: ['gorki'],
lat: 40.787520,
lng: 43.858581,
img: 'stops/stop1/stop1railwaystation.jpg',
icon: 'images/1.png'
},
{
title: 'Central Sqaure Area',
address: '',
phone: '',
url:'https://visitgyumri.buildatourapp.com/gyumri-citysquare/',
tags: ['downtown'],
lat: 40.785227,
lng: 43.841713,
img: 'stops/stop2/stop2vardanantssquare.jpg',
icon: 'images/2.png'
},],});