...

Text file src/github.com/google/flatbuffers/tests/64bit/test_64bit.json

Documentation: github.com/google/flatbuffers/tests/64bit

     1{
     2  "far_vector": [1, 2, 3],
     3  "a": 1234,
     4  "far_string": "this is a far string which has a 64-bit offset",
     5  "big_vector": [5, 6, 7, 8],
     6  "near_string": "this is a near string which has a 32-bit offset",
     7  "big_struct_vector": [
     8    {
     9      "a": 12,
    10      "b": 3.456
    11    },
    12    { 
    13      "a": 78,
    14      "b": 9.10
    15    }
    16  ]
    17}

View as plain text