Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 294 Bytes

File metadata and controls

9 lines (8 loc) · 294 Bytes

Structure

  • A structured Object consists of other objects ordered and named (fields). Field names are used in JSON encoding, while binary encoding relies on the order of fields and does not encode their names at all.
  • For example a structure:
    • Name (string8)
    • IDs ([]uint16)