JSON Dataset
Live Preview
Loading dataset...
Mock Notifications JSON Dataset
Sample notifications for alert system testing.
Download
Sample Data
{
"notifications": [
{
"id": 1,
"type": "like",
"message": "Alice liked your post",
"read": false,
"link": "/posts/101"
}
]
}