Class JsonOptions (1.1.2)

JsonOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes JSON data format.

Attribute

NameDescription
encoding str
Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8" and "ISO-8859-1". Defaults to UTF-8 if not specified.

Inheritance

builtins.object > proto.message.Message > JsonOptions