-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R&D: JSON serialization #5
Comments
JSON serializerThis project demonstrates how to serialize and deserialize WAMP messages on an ESP32 using the ArduinoJson library. It provides simple methods to convert WAMP messages into JSON format Open Arduino IDE.Go to Sketch -> Include Library -> Manage Libraries...
Connect your ESP32, upload the code and you’ll see the serialized and deserialized WAMP message printed to the serial monitor. |
works as expected |
Need to check JSON serialization
The text was updated successfully, but these errors were encountered: