Files
fejkdata/locales/en_US/price.json
T

8 lines
182 B
JSON

[
{
"format": "${amt}.{cents}",
"amt": [{ "format": "10", "weight": 3 }, { "format": "100", "weight": 2 }, { "format": "1#,000" }],
"cents": [{ "format": "00" }]
}
]