Advertisement
FiringBlanks

JSON (From Firebase)

Mar 10th, 2017
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.83 KB | None | 0 0
  1. {
  2.    "Project-1": {
  3.       "author": "John Smith",
  4.       "dateCreated": "2017-3-9",
  5.       "genre": "game",
  6.       "name": "Project One",
  7.       "openTasks": 15,
  8.       "projectID": 1,
  9.       "summary": "This is the summary of the project here. Try to keep it short and concise, you don't want to scare people away. Plus, you'll have much more room to elaborate on your project with a separate page just for it.",
  10.       "users": 1
  11.    },
  12.    "Project-2": {
  13.       "author": "Jeff Davis",
  14.       "dateCreated": "2017-3-9",
  15.       "genre": "document",
  16.       "name": "Project Two",
  17.       "openTasks": 3,
  18.       "projectID": 2,
  19.       "summary": "Another project to test with.",
  20.       "users": 4
  21.    },
  22.    "hobbies": {
  23.       "hobby1": "First Hobby",
  24.       "hobby2": "Second Hobby",
  25.       "hobby3": "Third Hobby"
  26.    },
  27.    "testName": "testVal"
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement