I'm trying to read this data #360
Closed
Pratamatanar
started this conversation in
General
Replies: 2 comments 1 reply
-
You can see how to iterate through the JSON data from this function that prints all types of data from Firebase-ESP8266/src/addons/RTDBHelper.h Lines 25 to 139 in c274c5c |
Beta Was this translation helpful? Give feedback.
0 replies
-
how to call the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how do i read all values from this data:
{
"alarm": {
"-NQF0Wy4BqMRi-8Twr8y": "14:16",
"-NQF0i1yEN3g3mqLCUOO": "02:16",
"-NQF0kbTvQcDEqFQbz6X": "02:16",
"-NQF0nSiEXBn9weXgnKR": "19:09",
"-NQP5ONwpNvqrKmXVyE8": "15:13"
}}
using the for loop technique
Beta Was this translation helpful? Give feedback.
All reactions