lissy93

shortened-example-of-happy-app-data-structure

Mar 2nd, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.89 KB | None | 0 0
  1. [
  2.   {
  3.     "teamName": "team-name",
  4.     "data": [
  5.       {
  6.         "date": 1495273151191,
  7.         "userResults": [
  8.           { "userHash": "USR28JD83H3DKDS", "score": "good", "comment": "" },
  9.           { "userHash": "USRCJD93JD93JD9", "score": "good", "comment": "fun team lunch" },
  10.           { "userHash": "USRNC983JD93JSM", "score": "average", "comment": "" },
  11.           { "userHash": "USRJCI3NDX923JC", "score": "bad", "comment": "too many meetings" },
  12.           { "userHash": "USRNZZK1SD251CS", "score": "average", "comment": "" }
  13.         ]
  14.       },
  15.       {
  16.         "date": 1495273223108,
  17.         "userResults": [
  18.           { "userHash": "USR28JD83H3DKDS", "score": "bad", "comment": "" },
  19.           { "userHash": "USRCJD93JD93JD9", "score": "good", "comment": "" },
  20.           { "userHash": "USRNC983JD93JSM", "score": "good", "comment": "fast progress" }
  21.         ]
  22.       }
  23.     ]
  24.   }
  25. ]
Add Comment
Please, Sign In to add comment