Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 229 Bytes

File metadata and controls

15 lines (8 loc) · 229 Bytes

string16

Basic string type, equivalent to string8, string32, and string64 in JSON.

Binary Encoding

A uint16 length prefix followed by the string.

JSON Encoding

A plain JSON string.

Text Encoding

A plain string.