Hi, I have been working on one of my project and I'm currently receiving stream of incoming Json array as shown in the serial monitor output can someone please help me to parse/split this incoming stream of data into an individual variables/Integers/characters etc.??
The ArduinoJson library surely has functions to do this
I know little or nothing about working with Json but this looks interesting
ArduinoJSON has an online Assistant | ArduinoJson 6
Use it, paste your json sample and Generate the code and you’ll see how to access stuff
Side note: please never ever again post a picture of text… this is a stupid use of the forum’s capabilities , we can’t do anything with it and it pollutes the planet more than a few bytes for the text..
json is capable of expressing structures too long to fit inside a few k of memory. be careful.
Thank you for your help, you are absolutely correct and I realize my mistake , so I will try to avoid uploading pictures in the future, thank you.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.