Revision 73c6d97da0380e4c56211151ec070d970b68e8f8 authored by Shane Emmons on 03 January 2014, 03:24:32 UTC, committed by Shane Emmons on 03 January 2014, 03:24:32 UTC
1 parent 1fd89b3
Raw File
currency_non_iso.json
{
  "btc": {
    "priority": 100,
    "iso_code": "BTC",
    "name": "Bitcoin",
    "symbol": "B⃦",
    "alternate_symbols": [],
    "subunit": "Satoshi",
    "subunit_to_unit": 100000000,
    "symbol_first": true,
    "html_entity": "",
    "decimal_mark": ".",
    "thousands_separator": ",",
    "iso_numeric": ""
  },
  "jep": {
    "priority": 100,
    "iso_code": "JEP",
    "name": "Jersey Pound",
    "symbol": "£",
    "alternate_symbols": [],
    "subunit": "Penny",
    "subunit_to_unit": 100,
    "symbol_first": true,
    "html_entity": "£",
    "decimal_mark": ".",
    "thousands_separator": ",",
    "iso_numeric": ""
  }
}
back to top