...

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

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

     1{
     2  "a": 42,
     3  "b": true,
     4  "c_type": "TableB",
     5  "c": {
     6    "a": 15
     7  },
     8  "d": "King",
     9  "e": {
    10    "a": 3.1452,
    11    "b": 325
    12  },
    13  "f":{
    14    "a": 16,
    15    "b": 243.980943
    16  },
    17  "g": [ 7, 8, 9],
    18  "h": [
    19    {
    20      "a": 212
    21    },
    22    {
    23      "a": 459
    24    }
    25  ],
    26  "j": {
    27    "a": 984
    28  }
    29}

View as plain text