I am trying to debug payload parser. I have some ‘real’ uplinks from my devices. I can see them in the live inspector.
I would like to copy that real raw payload and paste it into the emulator so that I can keep sending it and debug my payload parser script.
The ‘raw payload’ from the live inspector is neither valid JSON nor a valid raw payload and creates errors in the emulator. What is the easy way to achieve this?
Thanks