Json Decoder from URL
Project description
Json Decoder
This is Json Decoder utility project which decode JSON response into dictionary/list.
Installation
Run Following Command to install:
pip install JsonDecoderUtility
Example Json Strcuture
{
"status": {
"timestamp": "2019-10-29T09:53:32.713Z",
"error_code": 0,
"error_message": null,
"elapsed": 11,
"credit_count": 1,
"notice": null
},
data: [
{
"id": 1,
"name": "Bitcoin",
"symbol": "BTC",
"slug": "bitcoin",
"num_market_pairs": 7839,
"date_added": "2013-04-28T00:00:00.000Z",
"tags": [
"mineable"
],
"max_supply": 21000000,
"circulating_supply": 18018712,
"total_supply": 18018712,
"platform": null,
"cmc_rank": 1,
"last_updated": "2019-10-29T09:52:38.000Z",
"quote": {
"INR": {
"price": 667560.1128484675,
"volume_24h": 1970166977183.0684,
"percent_change_1h": -0.2029636,
"percent_change_24h": 0.36647437,
"percent_change_7d": 14.05843774,
"market_cap": 12028573416104.035,
"last_updated": "2019-10-29T09:53:01.000Z"
}
}
}
]
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file JsonDecoderUtility-0.0.4.tar.gz.
File metadata
- Download URL: JsonDecoderUtility-0.0.4.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56711aa593479d5d81ed37a8cb3a4d89e4d020f6d890d2e0bd2c1fd0daf08e08
|
|
| MD5 |
ee01d0c73be0fead1e99a450ead031ae
|
|
| BLAKE2b-256 |
4c8dfb3cd58b7f3ae06ae4f9dacbb756f2b38c38503c18cd0aedc85c083a92ee
|
File details
Details for the file JsonDecoderUtility-0.0.4-py3-none-any.whl.
File metadata
- Download URL: JsonDecoderUtility-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e44d091baab0da3cad55d4193fffc909994f3e4c33b0abd1e8bd3821d490c8f
|
|
| MD5 |
b0cf148cae290cf22dae2139ddec50f1
|
|
| BLAKE2b-256 |
ab5c2dad0164509d7461b35f4bb77afafa8acd4d50dce95a51ce24f5a8513f0f
|