Advertisement
OhCubed

Untitled

Sep 20th, 2020
1,545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.72 KB | None | 0 0
  1. [
  2.   {
  3.     "id": "name",
  4.     "name": "Name",
  5.     "description": "Description",
  6.     "ranks": [
  7.       {
  8.         "name": "tier I",
  9.         "description": "Description"
  10.       },
  11.       {
  12.         "name": "tier II",
  13.         "description": "Description"
  14.       },
  15.       {
  16.         "name": "tier III",
  17.         "description": "Description"
  18.       }
  19.     ]
  20.   },
  21.   {
  22.     "id": "name",
  23.     "name": "Name",
  24.     "description": "Description",
  25.     "ranks": [
  26.       {
  27.         "name": "tier I",
  28.         "description": "Description"
  29.       },
  30.       {
  31.         "name": "tier II",
  32.         "description": "Description"
  33.       },
  34.       {
  35.         "name": "tier III",
  36.         "description": "Description"
  37.       }
  38.     ]
  39.   },
  40. ...
  41. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement