...

Text file src/github.com/google/flatbuffers/tests/union_vector/union_vector.json

Documentation: github.com/google/flatbuffers/tests/union_vector

     1{
     2  "main_character_type": "Rapunzel",
     3  "main_character": {
     4    "hair_length": 6
     5  },
     6  "characters_type": [
     7    "Belle",
     8    "MuLan",
     9    "BookFan",
    10    "Other",
    11    "Unused"
    12  ],
    13  "characters": [
    14    {
    15      "books_read": 7
    16    },
    17    {
    18      "sword_attack_damage": 5
    19    },
    20    {
    21      "books_read": 2
    22    },
    23    "Other",
    24    "Unused"
    25  ]
    26}

View as plain text