Advertisement
dale3h

Pizza Ordering JSON Data

Mar 30th, 2016
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. {
  2.   "accounts": [
  3.     {
  4.       "nickname": "bob",
  5.       "action": "pizza",
  6.       "username": "[email protected]",
  7.       "password": "xxxxx",
  8.       "orderId": "428388",
  9.       "ccNumber": "xxxxxxxxxxxxxxxxxx",
  10.       "ccExpMonth": "xx",
  11.       "ccExpYear": "xxxx",
  12.       "ccZip": "xxxxx",
  13.       "ccv": "xxxxx",
  14.       "tip": "5.00"
  15.     },
  16.     {
  17.       "nickname": "tom",
  18.       "action": "pizza",
  19.       "username": "[email protected]",
  20.       "password": "xxxxx",
  21.       "orderId": "428388",
  22.       "ccNumber": "xxxxxxxxxxxxxxxxxx",
  23.       "ccExpMonth": "xx",
  24.       "ccExpYear": "xxxx",
  25.       "ccZip": "xxxxx",
  26.       "ccv": "xxxxx",
  27.       "tip": "5.00"
  28.     }
  29.   ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement