Hello What a fun Project BLE and ESP32 with MIT App Inventor
I have for instance an Json Object like this "{ 'Ort':'roomx', 'Zeit':3456432,'Temperature':[ 12.12, 15.34, 28.89 ]}"
How can I retrieve all the Values within it, with JavaScript no Problem.
TIMAI2
2
There are other ways....this will get your json into lists:
you can work with the data from there
Thank you I will try it later
Thx works great. With key Ort and Zeit but the Values in Temperature is an array so how can I get Values in an array ?
I found this but I don't see getarray and setarry where are this thunks
I think I found what I need thank you TIMAI2