Guest User

Untitled

a guest
Jan 22nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Formatted JSON Data
  2. {
  3. "notes":"data is an array of arrays (rows), column names for rows in row_headers",
  4. "row_headers":[
  5. "Rank",
  6. "Time Spent (seconds)",
  7. "Number of People",
  8. "Activity",
  9. "Category",
  10. "Productivity"
  11. ],
  12. "rows":[
  13. [
  14. 1,
  15. 1536,
  16. 1,
  17. "en.0wikipedia.org",
  18. "Uncategorized",
  19. 0
  20. ],
  21. [
  22. 2,
  23. 1505,
  24. 1,
  25. "youtube.com",
  26. "Video",
  27. -2
  28. ],
  29. [
  30. 3,
  31. 1178,
  32. 1,
  33. "OpenOffice",
  34. "Writing",
  35. 2
  36. ],
  37. [
  38. 4,
  39. 709,
  40. 1,
  41. "moodle.bilkent.edu.tr",
  42. "General Reference \u0026 Learning",
  43. 2
  44. ],
  45. [
  46. 5,
  47. 602,
  48. 1,
  49. "google.com.tr",
  50. "Search",
  51. 2
  52. ],
  53. [
  54. 6,
  55. 439,
  56. 1,
  57. "reddit.com",
  58. "General News \u0026 Opinion",
  59. -2
  60. ],
  61. [
  62. 7,
  63. 437,
  64. 1,
  65. "tr.sharelatex.com",
  66. "Writing",
  67. 2
  68. ],
  69. [
  70. 8,
  71. 361,
  72. 1,
  73. "yemeksepeti.com",
  74. "General Shopping",
  75. -2
  76. ],
  77. [
  78. 9,
  79. 356,
  80. 1,
  81. "Gmail",
  82. "Email",
  83. 0
  84. ],
  85. [
  86. 10,
  87. 328,
  88. 1,
  89. "Google Chrome",
  90. "Browsers",
  91. 0
  92. ],
  93. [
  94. 11,
  95. 207,
  96. 1,
  97. "stars.bilkent.edu.tr",
  98. "General Reference \u0026 Learning",
  99. 2
  100. ],
  101. [
  102. 12,
  103. 179,
  104. 1,
  105. "whatsapp",
  106. "Instant Message",
  107. -1
  108. ],
Add Comment
Please, Sign In to add comment