[GH-ISSUE #2199] [feature]: MessagePack support #749

Open
opened 2026-03-16 17:00:40 +03:00 by kerem · 1 comment
Owner

Originally created by @Phamiliarize on GitHub (Mar 24, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2199

Is there an existing issue for this?

  • I have searched the existing issues

Summary

MessagePack is an alternate serialized format to JSON. It's gaining traction in IoT, Mobile Apps, and other areas. It's especially nice because it can be used as a drop-in for JSON in most languages it's implemented in.

Ideally, this feature would allow the user to write JSON and see JSON, and silently handle MessagePack serialization/deserialization in the background when communicating with MessagePack APIs.

Why should this be worked on?

MessagePack is a popular format for APIs and having support would help bring more users. I need a little guidance maybe since this would be my first contribution on the project but I am more than happy to implement this myself :)

Competitively, Postman etc do not support MessagePack yet, despite users asking for support.

Originally created by @Phamiliarize on GitHub (Mar 24, 2022). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2199 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary MessagePack is an alternate serialized format to JSON. It's gaining traction in IoT, Mobile Apps, and other areas. It's especially nice because it can be used as a drop-in for JSON in most languages it's implemented in. Ideally, this feature would allow the user to write JSON and see JSON, and silently handle MessagePack serialization/deserialization in the background when communicating with MessagePack APIs. ### Why should this be worked on? MessagePack is a popular format for APIs and having support would help bring more users. I need a little guidance maybe since this would be my first contribution on the project but I am more than happy to implement this myself :) Competitively, Postman etc do not support MessagePack yet, despite users asking for support.
Author
Owner

@AndrewBastin commented on GitHub (Mar 25, 2022):

@Phamiliarize if you want to work on this, we are happy to help you with it. You can ping from the Hoppscotch Discord Server.

We are currently a bit busy with other projects to pursue this ourselves for now anyways.

<!-- gh-comment-id:1078706085 --> @AndrewBastin commented on GitHub (Mar 25, 2022): @Phamiliarize if you want to work on this, we are happy to help you with it. You can ping from the Hoppscotch Discord Server. We are currently a bit busy with other projects to pursue this ourselves for now anyways.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#749
No description provided.