Skip to content

Instantly share code, notes, and snippets.

View udemethegrtman's full-sized avatar

Udeme Samuel udemethegrtman

View GitHub Profile
@ksafranski
ksafranski / Common-Currency.json
Last active November 15, 2024 10:05
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},