Skip to content

Instantly share code, notes, and snippets.

View gchokeen's full-sized avatar

Gowri sankar.R gchokeen

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