Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 229 Bytes

File metadata and controls

15 lines (8 loc) · 229 Bytes

string64

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

Binary Encoding

A uint64 length prefix followed by the string.

JSON Encoding

A plain JSON string.

Text Encoding

A plain string.