Ghostdemo / trucking_data.json
ghostai1's picture
Create trucking_data.json
cf0f2ce verified
raw
history blame contribute delete
524 Bytes
[
{
"shipment_id": "S-2001",
"origin": "Los Angeles, CA",
"destination": "Dallas, TX",
"status": "In transit",
"last_update": "2025-04-28T14:30:00Z"
},
{
"shipment_id": "S-2002",
"origin": "Chicago, IL",
"destination": "New York, NY",
"status": "Delivered",
"last_update": "2025-04-27T09:15:00Z"
},
{
"shipment_id": "S-2003",
"origin": "Houston, TX",
"destination": "Miami, FL",
"status": "Delayed—weather",
"last_update": "2025-04-29T05:45:00Z"
}
]