Write binray struct like C style in Javascript
May 21, 2022 · 2 min read · Sometimes JavaScript programmers need to parse binary data, or convert JSON objects into binary data and transmit it over the network. Although there are many third-party libraries that implement JavaScript parsing binary data, these third-party libr...
Join discussion