jsoncons::mdarray_order #include <jsoncons/typed_array.hpp> enum class mdarray_order { row_major, (since 1.8.0) column_major }; Represents how the elements of a multi-dimensional array are arranged in linear memory.