Compatibility of msgpack between ArduinoJson6 and nlohmann json #2858
-
Hi I would like to ask if is there any compatibility issue in msgpack exchanging between ArduinoJson6 and nlohmann json? For example: Is this example possible? Or has anyone did this before? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This should work. See https://json.nlohmann.me/features/binary_formats/messagepack/ for all details on the MsgPack implementation. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply. Yes i have tried ArduinoJson v6 and nlohmann json on the msgpack communication. They are compatible with each other. Best, |
Beta Was this translation helpful? Give feedback.
-
Hi @nlohmann I have following questions: Best, |
Beta Was this translation helpful? Give feedback.
This should work. See https://json.nlohmann.me/features/binary_formats/messagepack/ for all details on the MsgPack implementation.