JSON Dataset
Live Preview
Loading dataset...
Mock Transactions JSON Dataset
Sample financial transactions for banking tests.
Download
Sample Data
{
"transactions": [
{
"id": "TXN-001",
"type": "credit",
"amount": 2500.00,
"description": "Salary deposit",
"category": "income",
"status": "completed"
}
]
}