Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 189 Bytes

File metadata and controls

15 lines (8 loc) · 189 Bytes

bool

Basic boolean type.

Binary Encoding

A single byte: 0 for false, 1 for true.

JSON Encoding

A JSON boolean (true or false).

Text Encoding

The string "true" or "false".