nton
v0.0.4
Published
A simple JavaScript library for encoding and decoding NTON files
Readme
NTON
NTON is a file format for serializing JavaScript objects into binary form. Unlike JSON, it allows you to serialize special JavaScript values such as NaN, undefined as well as raw binary data in ArrayBuffer or Uint8Array. It usually provides a better encoding and decoding performance due to a simpler logic in string parsing.
This tool is a simple JavaScript library for encoding and decoding NTON files.
Install
npm install -g nton@latest