# nSTRUCT.js

nSTRUCT.js is a [ProtoBuf-like](https://developers.google.com/protocol-buffers/docs/overview)
serialization system for JavaScript.
It's designed with JavaScript in mind, and supports direct serialization/deserialization
of objects (unlike ProtoBuf or JSON, which build intermediary objects).

## Example



