Created
July 9, 2014 19:28
-
-
Save raysrashmi/aecd4d1ec8f1d58489f8 to your computer and use it in GitHub Desktop.
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
{ | |
"Country 1a": { | |
"Bank 1a": { | |
"Metric Level 1a": { | |
"Metric Level 2a": { | |
"Metric Level 3a": { | |
"Period 1": 0.94, | |
"Period 2 / % change over Period 2": -1.83, | |
"Period 3 / % change over Period 3": 1.83 | |
}, | |
"Metric Level 3b": { | |
"Period 1": 0.94, | |
"Period 2 / % change over Period 2": -1.83, | |
"Period 3 / % change over Period 3": 1.83 | |
} | |
}, | |
"Metric Level 2b": {...} | |
}, | |
"Metric Level 1b": {...} | |
}, | |
"Bank 2b": {...} | |
}, | |
"Country 2b": {...} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment