Skip to content

Commit b888f19

Browse files
authored
Clarify endianness for binary JSON interface
1 parent 26b42ad commit b888f19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

JData_specification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ all non-negative numbers specifying the dimensions of the N-dimensional array.
259259
The binary data of the N-dimensional array is then serialized in the **row-major** format
260260
(similar to C, C++, Javascript or Python) order.
261261

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).
262+
As a special note, all BJData/UBJSON integer and floating-point types must be
263+
stored in the **Little-Endian** format, according to
264+
[BJData Specification (Draft 2)](https://github.com/NeuroJSON/bjdata/tree/Draft_2).
265265

266266

267267
Data Models

0 commit comments

Comments
 (0)