home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CreditAvg": "Long Integer",
- "CreditHard": "Long Integer",
- "DamageEasy": "Long Integer",
- "DamageAvg": "Long Integer",
- "DamageHard": "Long Integer",
- "CreditEasy": "Long Integer",
- "DeployEasy": "Long Integer",
- "DeployAvg": "Long Integer",
- "DeployHard": "Long Integer"
- },
- "data": [
- {
- "CreditAvg": 100,
- "CreditHard": 75,
- "DamageEasy": 70,
- "DamageAvg": 100,
- "DamageHard": 130,
- "CreditEasy": 125,
- "DeployEasy": 100,
- "DeployAvg": 100,
- "DeployHard": 100
- }
- ]
- }