We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b42ad commit b888f19Copy full SHA for b888f19
1 file changed
JData_specification.md
@@ -259,9 +259,9 @@ all non-negative numbers specifying the dimensions of the N-dimensional array.
259
The binary data of the N-dimensional array is then serialized in the **row-major** format
260
(similar to C, C++, Javascript or Python) order.
261
262
-As a special note, all BJData/UBJSON integer types must be stored in the Big-Endian
263
-format, according to the specification; the storage of floating point types
264
-(`h,d,D`) follows the [IEEE 754 specification](https://en.wikipedia.org/wiki/IEEE_754).
+As a special note, all BJData/UBJSON integer and floating-point types must be
+stored in the **Little-Endian** format, according to
+[BJData Specification (Draft 2)](https://github.com/NeuroJSON/bjdata/tree/Draft_2).
265
266
267
Data Models
0 commit comments