Guest User

Untitled

a guest
Sep 12th, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.27 KB | None | 0 0
  1. corrupted json snipped at "hash" variable
  2. {
  3.                         "hash" : {
  4.                             "__type" : "int"-1566266368
  5.                         },
  6.                         "itemID" : 59,
  7.                         "curStuck" : 1,
  8.                         "curAmmo" : 0,
  9.                         "ammoDamaged" : 0,
  10.                         "whatSide" : 2,
  11.                         "whatInc" : 3,
  12.                         "slots" : [
  13.                             {
  14.                                 "x" : 0,
  15.                                 "y" : 3
  16.                             }
  17.                         ],
  18.                         "rotated" : false,
  19.                         "inUse" : false,
  20.                         "damaged" : 79,
  21.                         "noteText" : null,
  22.                         "laserOn" : null,
  23.                         "flashlightOn" : null,
  24.                         "muzzleOn" : null,
  25.                         "opticsOn" : null,
  26.                         "attachParentSide" : 0,
  27.                         "attachParentInc" : 0,
  28.                         "mType" : 0,
  29.                         "storageId" : -1,
  30.                         "savedItems" : null
  31.                     }
  32. good json snipped:
  33. {
  34.                         "hash" : -1672984448,
  35.                         "itemID" : 59,
  36.                         "curStuck" : 1,
  37.                         "curAmmo" : 0,
  38.                         "ammoDamaged" : 0,
  39.                         "whatSide" : 2,
  40.                         "whatInc" : 2,
  41.                         "slots" : [
  42.                             {
  43.                                 "x" : 0,
  44.                                 "y" : 2
  45.                             }
  46.                         ],
  47.                         "rotated" : false,
  48.                         "inUse" : false,
  49.                         "damaged" : 100,
  50.                         "noteText" : null,
  51.                         "laserOn" : null,
  52.                         "flashlightOn" : null,
  53.                         "muzzleOn" : null,
  54.                         "opticsOn" : null,
  55.                         "attachParentSide" : 0,
  56.                         "attachParentInc" : 0,
  57.                         "mType" : 0,
  58.                         "storageId" : -1,
  59.                         "savedItems" : null
  60.                     }
Add Comment
Please, Sign In to add comment