Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 198 Bytes

File metadata and controls

15 lines (8 loc) · 198 Bytes

uint8

Basic unsigned integer type.

Binary Encoding

An unsigned 8-bit integer (1 byte).

JSON Encoding

A JSON number.

Text Encoding

The decimal string representation of the integer.