Files
pugz/benchmarks/templates/if-expression.json

17 lines
263 B
JSON
Raw Normal View History

2026-01-21 23:41:36 +05:30
{
"accounts": [
{
"balance": 100,
"balanceFormatted": "$100",
"status": "active",
2026-01-21 23:41:36 +05:30
"negative": false
},
{
"balance": -50,
"balanceFormatted": "-$50",
"status": "overdrawn",
2026-01-21 23:41:36 +05:30
"negative": true
}
]
}