string

Scalar

A string must always contain UTF-8 encoded or 7-bit ASCII text, and cannot be longer than 232.

Go Type
string
Python Type
str/unicode

Python strings are represented as unicode on decode but can be str if an ASCII string is given (this is subject to change).