You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Simple Structured Binary Format is a simple, efficient, structured binary data format. It mimics JSON, with additional types and compression support.
Unit
All sizes and offsets are in basic machine units (bytes).
Endianness
All numbers are stored in little-endian format.
Header
Offset
Size
Description
0
4
Magic Number (default: 0x46425353)
4
1
Compression Mode
5
Root node (compressed with the corresponding compression mode)