Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.56 KB | None | 0 0
  1. {
  2.     "name": "Damian",
  3.     "birth_date": "1998-02-16",
  4.     "sex": 1,
  5.     "description": "xD",
  6.     "languages":[1, 2],
  7.     "systems": [
  8.             {  
  9.                 "id": 1,
  10.                 "lore_knowledge_rating": 1,
  11.                 "mechanic_knowledge_rating": 2,
  12.                 "roleplay_rating": 3,
  13.                 "experience": 4
  14.             },
  15.             {
  16.                 "id": 2,
  17.                 "lore_knowledge_rating": 4,
  18.                 "mechanic_knowledge_rating": 3,
  19.                 "roleplay_rating": 2,
  20.                 "experience": 1
  21.             }
  22.         ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement