...

Text file src/github.com/google/flatbuffers/tests/evolution_test/evolution_v2.json

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

     1{
     2  "b": false,
     3  "c_type": "TableC",
     4  "c": {
     5    "a": 984.2494
     6  },
     7  "d": "Bishop",
     8  "e": {
     9    "a": 3.1452,
    10    "b": 435,
    11    "c": "yummy yummy fig bar bar"
    12  },
    13  "ff":{
    14    "a": 35,
    15    "b": 243.980943
    16  },
    17  "g": [ 7, 8, 10],
    18  "h": [
    19    {
    20      "a": 212
    21    },
    22    {
    23      "a": 459
    24    },
    25    {
    26      "a": 333
    27    }
    28  ],
    29  "i": 4321,
    30  "k": {
    31    "a": 9874.342,
    32    "b": "more please"
    33  }
    34}

View as plain text