Skip to content

Instantly share code, notes, and snippets.

View hta218's full-sized avatar
🇻🇳
Working @ [::1]:443

Tuan Anh (Leo) Huynh hta218

🇻🇳
Working @ [::1]:443
View GitHub Profile
@ksafranski
ksafranski / Common-Currency.json
Last active April 23, 2025 09:47
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},