tnetbin.js
is a JavaScript implementation of
TNetStrings designed to take advantage of
the ArrayBuffer API.
Note: this is alpha software, the implementation is not complete yet.
Encodes:
- null
- booleans
- integers
- floats
- strings
- array buffers
- lists
- objects
Decodes:
- null
- booleans
- integers
- floats
- strings
- array buffers
- lists
- objects
The MIT License
Copyright © 2012 Romain Gauthier romain.gauthier@monkeypatch.me