Skip to content

Instantly share code, notes, and snippets.

@marcolussetti
Created June 13, 2023 06:05
Show Gist options
  • Save marcolussetti/1d1725cfcaeb2b281b3a1ec03a34dcd2 to your computer and use it in GitHub Desktop.
Save marcolussetti/1d1725cfcaeb2b281b3a1ec03a34dcd2 to your computer and use it in GitHub Desktop.

Revisions

  1. marcolussetti created this gist Jun 13, 2023.
    18 changes: 18 additions & 0 deletions trip1.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "title": "A Trip to Scotland",
    "itinerary": [
    {
    "date": "2012-04-21",
    "locations": ["Vienna, Austria"],
    "events": [
    {
    "title": "Visit the Hofburg Palace",
    "startTime": "2012-04-21T08:00:00.000Z",
    "category": "attraction",
    "description": [],
    "tags": ["Nicole", "Marco", "Marianna", "Liliana"]
    }
    ]
    }
    ]
    }