Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. {
  2. "data": [
  3. [
  4. 1,
  5. "Tiger Nixon",
  6. "System Architect",
  7. "Edinburgh",
  8. "61",
  9. "2011/04/25",
  10. "$320,800"
  11. ],
  12. [
  13. 2,
  14. "Garrett Winters",
  15. "Accountant",
  16. "Tokyo",
  17. "63",
  18. "2011/07/25",
  19. "$170,750"
  20. ],
  21. [
  22. 3,
  23. "Ashton Cox",
  24. "Junior Technical Author",
  25. "San Francisco",
  26. "66",
  27. "2009/01/12",
  28. "$86,000"
  29. ],
  30. [
  31. 4,
  32. "Cedric Kelly",
  33. "Senior Javascript Developer",
  34. "Edinburgh",
  35. "22",
  36. "2012/03/29",
  37. "$433,060"
  38. ],
  39. [
  40. 5,
  41. "Airi Satou",
  42. "Accountant",
  43. "Tokyo",
  44. "33",
  45. "2008/11/28",
  46. "$162,700"
  47. ],
  48. [
  49. 6,
  50. "Brielle Williamson",
  51. "Integration Specialist",
  52. "New York",
  53. "61",
  54. "2012/12/02",
  55. "$372,000"
  56. ]
  57. ],
  58. "columns": [
  59. { "title" : "Index" },
  60. { "title" : "Name" },
  61. { "title" : "Position" },
  62. { "title" : "Office" },
  63. { "title" : "Age" },
  64. { "title" : "Start date" },
  65. { "title" : "Salary" }
  66. ]
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement