Payload
(Must be a JavaScript object.)
{hello: "world"}
Schema (Protobuf only)
syntax = "proto2"; message HelloWorld { required string hello = 1; }
Protobuf
MessagePack
Output (Protobuf, hex):
Output (Protobuf, UTF-16):
Output (MessagePack, hex):
Output (MessagePack, UTF-16):
View blog post