Thanks this was helpful. What helped me the most was seeing how they double-dump the dict to json, Ie. json.dumps(json.dumps({“dict”:“data”}))… And thanks again to the makers of GraphQL for making that a requirement.
Do either of you have developed code you can share for how to parse the “nested dictionaries” from the json data? I want to get all the board info into a pandas dataframe (the true end goal is to build a Tableau Dashboard based on the info in the Monday.com board).
Here is the code I used to fetch the board data, but I’m not sure how to parse all these nested dictionaries.
