Protobuf Plugin

class chepy_protobuf.Chepy_Protobuf(*data)

This plugin allows helps decoding protobuf without proto file

protobuf_decode_dict()

Decode protobuf to python dict

Returns:The Chepy object.
Return type:ChepyPlugin
protobuf_decode_json(bytes_as_hex: bool = False)

Decode protobuf to json string

Parameters:bytes_as_hex (bool, optional) – Convert bytes to hex. Defaults to False.
Returns:The Chepy object.
Return type:ChepyPlugin