Last active
January 29, 2020 03:50
-
-
Save susodapop/584b7919f5a169fd2033b9c434815b63 to your computer and use it in GitHub Desktop.
Sample JSON for discourse debug: https://discuss.redash.io/t/working-with-json-datasource/5458
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
{ | |
"data": [ | |
{ | |
"cost": "$51.00", | |
"vendor_account_identifier": "9999-9999-9999", | |
"vendor_account_name": "acct1" | |
}, | |
{ | |
"cost": "$50.00", | |
"vendor_account_identifier": "9999-9999-9998", | |
"vendor_account_name": "acct2" | |
}, | |
{ | |
"cost": "$52.00", | |
"vendor_account_identifier": "9999-9999-9997", | |
"vendor_account_name": "acct3" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment