Created
February 19, 2018 00:37
-
-
Save mspanish/0fbbaefd91f49a2d00eeb27223b222a8 to your computer and use it in GitHub Desktop.
some json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var data = { | |
"coinlist": { | |
"bitcoin_faucets": { | |
"faucet_name": "btc Faucet", | |
"minutes": "5", | |
"amount": "90", | |
"claim_link": "http://bitcoinsfaucets.com" | |
}, | |
"eth_faucets": { | |
"faucet_name": "eth Faucet", | |
"minutes": "15", | |
"amount": "1000", | |
"claim_link": "http://ethwebsite.com" | |
}, | |
"bitcore_faucets": { | |
"faucet_name": "bitcore Faucet", | |
"minutes": "24", | |
"amount": "5000", | |
"claim_link": "http://bitcorefaucets.com" | |
}, | |
"primecoin_faucets": { | |
"faucet_name": "prime Faucet", | |
"minutes": "55", | |
"amount": "3000", | |
"claim_link": "http://primecoinfaucets.com" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment