Learn about lists
especially:
This is nothing to do with this topic (firebase)
Learn about lists
especially:
This is nothing to do with this topic (firebase)
Yes @TIMAI2 I have read this.
But I don't know how to obtain a list (a list of lists in this case?) from "responseContent" variable...
Learn about lists
especially:
This is nothing to do with this topic (firebase)
Beware of nested dictionaries
Sorry, I'm away from my PC for a while
If you had a json with nested dictionaries, you would need a more complex routine to return all the values (keys)
The Firebase GET with shallow=true
will only return a flat json for the projectBucket you are set at.
Ok, I understand.
But my blocks referred to a conversion of a json string already obtained from a get shallow=true command
I used the example data you provided