...

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

Documentation: github.com/google/flatbuffers/tests

     1{
     2  // Initialize with non-default values.
     3  d0 : -nan, // match with default
     4  d1 : +inf,
     5  d2 : -inf,
     6  d3:   nan,
     7  f0 : +nan, // match with default
     8  f1 : -nan, // match with default
     9  f2 : +inf, // match with default
    10  f3 : -inf, // match with default
    11  // Values should have exact binary representation 
    12  // to avoid rounding effects in tests.
    13  dvec : [2.0, +inf, -inf, nan,],
    14  fvec : [1.0, -inf, +inf, nan],
    15}

View as plain text