We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e412d0c commit 43a87faCopy full SHA for 43a87fa
doc/qbk/01_overview.qbk
@@ -91,6 +91,13 @@ building the library or including the function definitions:
91
#include <boost/json/src.hpp>
92
```
93
94
+[heading Endianness]
95
+
96
+Boost.JSON supports both little endian and big endian platforms. It attempts to
97
+deduce the endianness of the target plarform, but when it can't, you still can
98
+choose the proper endianness by defining either `BOOST_JSON_LITTLE_ENDIAN` or
99
+`BOOST_JSON_BIG_ENDIAN`.
100
101
[endsect]
102
103
[/-----------------------------------------------------------------------------]
0 commit comments