google.protobuf.struct Exemple Python
from google.protobuf.struct_pb2 import Struct
from google.protobuf import json_format
s = Struct()
s.update({"key": "value"})
json_format.MessageToDict(s)
Inexpensive Ibex