1namespace v1; 2 3table RootTable { 4 a:float; 5 b:[uint8]; 6} 7 8root_type RootTable;
View as plain text