flatbuffers/samples/monsterdata.json

10 lines
77 B
JSON
Executable File

{
pos: {
x: 1,
y: 2,
z: 3
},
hp: 80,
name: "MyMonster"
}