-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(quicktype):general parsing in working state
- Loading branch information
1 parent
7c0b37e
commit 6cfa25f
Showing
5 changed files
with
1,214 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
vendor/plenary.nvim | ||
node_modules | ||
test-files |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"time": { | ||
"updated": "Apr 8, 2024 02:04:03 UTC", | ||
"updatedISO": "2024-04-08T02:04:03+00:00", | ||
"updateduk": "Apr 8, 2024 at 03:04 BST" | ||
}, | ||
"disclaimer": "This data was produced from the CoinDesk Bitcoin Price Index (USD). Non-USD currency data converted using hourly conversion rate from openexchangerates.org", | ||
"chartName": "Bitcoin", | ||
"bpi": { | ||
"USD": { | ||
"code": "USD", | ||
"symbol": "$", | ||
"rate": "69,391.306", | ||
"description": "United States Dollar", | ||
"rate_float": 69391.3063 | ||
}, | ||
"GBP": { | ||
"code": "GBP", | ||
"symbol": "£", | ||
"rate": "55,001.701", | ||
"description": "British Pound Sterling", | ||
"rate_float": 55001.7005 | ||
}, | ||
"EUR": { | ||
"code": "EUR", | ||
"symbol": "€", | ||
"rate": "64,090.296", | ||
"description": "Euro", | ||
"rate_float": 64090.2962 | ||
} | ||
} | ||
} |
Oops, something went wrong.