We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b696a commit d718d86Copy full SHA for d718d86
doc/qbk/overview.qbk
@@ -101,7 +101,18 @@ building the library or including the function definitions:
101
#include <boost/json/src.hpp>
102
```
103
104
-[heading Supported Compilers]
+[heading Endianness]
105
+
106
+Boost.JSON supports both little endian and big endian platforms. It attempts to
107
+deduce the endianness of the target plarform, but when it can't, you still can
108
+choose the proper endianness by defining either `BOOST_JSON_LITTLE_ENDIAN` or
109
+`BOOST_JSON_BIG_ENDIAN`.
110
111
+[endsect]
112
113
+[/-----------------------------------------------------------------------------]
114
115
+[section Supported Compilers]
116
117
Boost.JSON has been tested with the following compilers:
118
0 commit comments