MessagePackPreParser

Prev Next

Class name

com.ebd.hub.datawizard.parser.MessagePackPreParser

Description

This preparser can decode a MessagePack message (binary).

No configuration is necessary.

Example

Use the following input file in a profile that uses the MessagePackPreParser.

simple
49 Byte

The preparser should then provide you with the following JSON file.

{
  "name" : "Alice",
  "age" : 30,
  "email" : "alice@example.com",
  "active" : true
}

You can then use the JSON file as usual.