Advertisement
michaelwilli

JSON sample

Jul 14th, 2020
1,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "accounts": {
  3.         "0": {
  4.             "accountNumber": "1234567890",
  5.             "productName": "Fishes for breakfast"
  6.         },
  7.         "1": {
  8.             "accountNumber": "1234567890",
  9.             "productName": "Fishes for breakfast"
  10.         },
  11.         "2": {
  12.             "accountNumber": "1234567890",
  13.             "productName": "Fishes for breakfast"
  14.         }
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement