Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 201 Bytes

File metadata and controls

15 lines (8 loc) · 201 Bytes

uint32

Basic unsigned integer type.

Binary Encoding

An unsigned 32-bit integer (4 bytes).

JSON Encoding

A JSON number.

Text Encoding

The decimal string representation of the integer.