Blazor - Web Functions

Blazor web functions help you encode and decode MessagePack payloads used by Blazor web applications and SignalR messages.

Click on the links below for more information.

blazor_convert_from_formattedEncodes one or more JSON messages into a MessagePack buffer.
blazor_convert_to_formattedDecodes a MessagePack buffer into human-readable JSON.
blazor_convert_to_formatted_exDecodes a MessagePack buffer using an explicit input length.