You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iotcat 74338fbb93 auto update 5 years ago
..
test auto update 5 years ago
flexbuffer.js auto update 5 years ago
package.json auto update 5 years ago
readme.md auto update 5 years ago

readme.md

Buffer optimized

Install:

Install it with NPM or add it to your package.json:

npm install flexbuffer

How to use

var fbuffers = require('flexbuffer');
var flexbuffer = new fbuffers.FlexBuffer();
flexbuffer.write("aaa");
flexbuffer.write("bbb");

For more usage examples, see the tests.

Authors

Contributors