MessagePack Viewer
A Visual Studio Code extension for viewing MessagePack binary files.
Features
- View MessagePack files with dual-panel interface
- JSON view on the left panel
- Hexadecimal view on the right panel
- Search functionality across both views
- Read-only viewer to prevent accidental modifications
Usage
- Open any
.msgpack file in VSCode
- The MessagePack Viewer will automatically open
- View the parsed JSON content on the left
- View the raw hexadecimal data on the right
Requirements
- Visual Studio Code 1.75.0 or higher
Extension Settings
This extension does not contribute any settings.
Known Issues
None at this time.
Release Notes
0.0.1
Initial release of MessagePack Viewer
| |