Create a JSON file which is an array of objects. Each object represents an 'event' going on in Kingston, you can either find real events or just make them up if you want. Each event should have this structure:
Name (string, e,g, 'Kingston Poutine festival')
Date (object)
Day (string, like 'September 30th, 2023')
Time (string, like '5:00-8:00 PM')
Location (string, e.g. 'Kingston Memorial Centre, 303 York St, Kingston, ON K7K 4M4')
Description (string, e.g. 'Try out dozen of different poutine types with live music')
Tags (array of strings, e.g. ['Outdoors', 'Food', 'International'])
Organization name (string, e.g. 'Kingston')
Make as many as you can (30+), as diverse as possible (all different types)
Create a JSON file which is an array of objects. Each object represents an 'event' going on in Kingston, you can either find real events or just make them up if you want. Each event should have this structure:
Make as many as you can (30+), as diverse as possible (all different types)