Get data from a list of lists

Learn about lists

especially:

This is nothing to do with this topic (firebase)

4 posts were split to a new topic: Temporary Topic - moving things

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)

Hi @TIMAI2, I solved the conversion from json to list in this way. It works.

Beware of nested dictionaries

Hi @ABG, could you kindly clarify what could appen?

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