sbon
v2.3.7
Published
SBON parsing library
Downloads
4
Readme
SBON
A node.js library for working with the "SBON" format (Starbound Binary Object Notation).
What is SBON?
"SBON" is the community-created name for what appears to be a proprietary binary format, created by ChuckleFish for the game Starbound. It seems to be highly like JSON and potentially a derivative of JSON/BSON.
For some documentation, see the reverse engineering notes on SBON, available here.
How do I install this library?
Ensure you have at least node.js v7.6+, and then...
$ yarn add sbon
How do I use this library?
Reference the documentation.