Advertisement
sashakid

Untitled

Mar 6th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "0": {
  3.         "data": [
  4.             "a1",
  5.             "a2",
  6.             "a3"
  7.         ],
  8.         "name": "section 0"
  9.     },
  10.     "1": {
  11.         "data": [
  12.             "b1",
  13.             "b2",
  14.             "b3"
  15.         ],
  16.         "name": "section 1"
  17.     },
  18.     "2": {
  19.         "data": [
  20.             "c1",
  21.             "c2",
  22.             "c3"
  23.         ],
  24.         "name": "section 2"
  25.     }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement