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_formatted | Encodes one or more JSON messages into a MessagePack buffer. |
| blazor_convert_to_formatted | Decodes a MessagePack buffer into human-readable JSON. |
| blazor_convert_to_formatted_ex | Decodes a MessagePack buffer using an explicit input length. |

