Skip to content

Instantly share code, notes, and snippets.

View Rohith-Rajan's full-sized avatar
Loading...

Rohith Rajan Rohith-Rajan

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