Examples
/*
Multiline comment
How to write multiline comments
*/.
Player:{
name: "Adrian"
gender: "male"
tooltip: "This is you"
/*
Note to self:
Remember to find an image for the player
Consider a description for player
Update tooltip according to desc
*/
}