Protobuf to JSON
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation converts events in format into JSON. Protocol Buffers is a language-neutral, platform-neutral, extensible mechanism for serializing structured data. It's similar to JSON, but smaller and faster.
These are the input/output expected data types for this operation:
- Protobuf-formatted strings you want to transform into JSON. These must be encoded in Base64 format. You can use the operation to transform your input strings.
- Resulting JSON-formatted strings.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):