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

17 lines
263 B
JSON

{
"accounts": [
{
"balance": 100,
"balanceFormatted": "$100",
"status": "active",
"negative": false
},
{
"balance": -50,
"balanceFormatted": "-$50",
"status": "overdrawn",
"negative": true
}
]
}