Skip to content

Tag: variables

Path inside the dictionary from the variable

I have a code: Now I have an error: But if I try: Everything is okay. How I should send the path to the list from the JSON’s dictionary — from one function to other? Answer You cannot pass language syntax elements as if they were data strings. Similarly, you could not pass the string “2 > 1 and…