We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bc458 commit fbf8620Copy full SHA for fbf8620
README.md
@@ -16,7 +16,7 @@ arry[0] = 0x0A;
16
arry[1] = 0x0B;
17
arry[2] = 0x0C;
18
arry[3] = 0x0D;
19
-const format = [{"dat": 4}]; // Max size, can be specified is 4.
+const format = [{"dat": 4}]; // Max size, can be specified is 8.
20
const b2j = new BinaryToJSON();
21
const data: any = b2j.convert(arry, format); // default endian is big
22
0 commit comments