mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #2199] [feature]: MessagePack support #749
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#749
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
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.
@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.