Paw-Issues
Paw-Issues copied to clipboard
MessagePack deserialization
That's a great idea! 😄 We will try to add this next. An easy thing we can do is to convert MessagePack to JSON and display them as if they were JSON responses. May be a temporary fix.
I just found this on google after hoping for the same, It'd be good to use the JSON request build tools, convert to msgpack, make request, receive msgpack, convert to JSON -> display result
Yep that's the idea @trinode 😄 We're currently planning these features…
Any updates on this? That would be really useful for us