Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "loading": [
  3. "blabla",
  4. "blablalba"
  5. ],
  6. "metrics": [
  7. {
  8. "id": 123,
  9. "title": "hi",
  10. "emojiValue": "someValue",
  11. "color": "someHex",
  12. "graphType": 1,
  13. "explain": "some exaplanation"
  14. },
  15. {
  16. "id": 90210,
  17. "title": "hi",
  18. "emojiValue": "someValue",
  19. "color": "someHex",
  20. "graphType": 3,
  21. "explain": "some exaplanation"
  22. }
  23. ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement