Advertisement
Guest User

json

a guest
Feb 22nd, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.     {
  3.         "variable": "blah blah",
  4.         "objectb": {
  5.             "variable1": "1",
  6.         }
  7.     },
  8.     {
  9.         "variable": "blah blah",
  10.         "objectb": {
  11.             "variable1": "1",
  12.             "anothername": "2"
  13.         }
  14.     },
  15.     {
  16.         "variable": "blah blah",
  17.         "objectb": [
  18.             {
  19.         "foo": "1",
  20.         "foo": "1",
  21.                 "chicken": "1",
  22.                 "dog": "2"
  23.             },
  24.             {
  25.                 "variable1": "1",
  26.                 "variable2": "2",
  27.         "field100 : "4",
  28.         "sock":"shoes",
  29.         "something" : "10"
  30.            }
  31.        ]
  32.    }
  33. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement