mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 06:30:54 +00:00
Initial commit of the FlatBuffers code.
Change-Id: I4c9f0f722490b374257adb3fec63e44ae93da920 Tested: using VS2010 / Xcode / gcc on Linux.
This commit is contained in:
9
samples/monsterdata.json
Executable file
9
samples/monsterdata.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pos: {
|
||||
x: 1,
|
||||
y: 2,
|
||||
z: 3
|
||||
},
|
||||
hp: 80,
|
||||
name: "MyMonster"
|
||||
}
|
||||
Reference in New Issue
Block a user