Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.73 KB | None | 0 0
  1. {
  2.     "game": [
  3.         {
  4.             "Title": "CoD",
  5.             "Publisher": "Activision",
  6.             "Rating": "11",
  7.             "Platform": "Multi",
  8.             "ERSB": "M"
  9.         },
  10.         {
  11.             "Title": "test",
  12.             "Publisher": "test",
  13.             "Rating": "test",
  14.             "Platform": "test",
  15.             "ERSB": "test"
  16.         },
  17.         {
  18.             "Title": "test1",
  19.             "Publisher": "test2",
  20.             "Rating": "test3",
  21.             "Platform": "test5",
  22.             "ERSB": "test4"
  23.         },
  24.         {
  25.             "Title": "test",
  26.             "Publisher": "test",
  27.             "Rating": "test",
  28.             "Platform": "test",
  29.             "ERSB": "test11"
  30.         },
  31.         {
  32.             "Title": "peggle",
  33.             "Publisher": "test",
  34.             "Rating": "test",
  35.             "Platform": "test",
  36.             "ERSB": "All"
  37.         },
  38.         {
  39.             "Title": "",
  40.             "Publisher": "",
  41.             "Rating": "",
  42.             "Platform": "",
  43.             "ERSB": "1"
  44.         },
  45.         {
  46.             "Title": "",
  47.             "Publisher": "",
  48.             "Rating": "",
  49.             "Platform": "",
  50.             "ERSB": "aaa"
  51.         },
  52.         {
  53.             "Title": "1",
  54.             "Publisher": "1",
  55.             "Rating": "3",
  56.             "Platform": "3",
  57.             "ERSB": "10000"
  58.         },
  59.         {
  60.             "Title": "shane",
  61.             "Publisher": "stop",
  62.             "Rating": "looking",
  63.             "Platform": "at",
  64.             "ERSB": "our code"
  65.         },
  66.         {
  67.             "Title": "1",
  68.             "Publisher": "1",
  69.             "Rating": "1",
  70.             "Platform": "1",
  71.             "ERSB": "1"
  72.         }
  73.     ]
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement