Posts by TaylorHo • 25 points
2 posts
-
1
votes3
answers2356
viewsQ: Access data from a JSON structure
I’m having some problems trying to access some data in a JSON structure. The JSON code is this: [ { "teste":[ { "dados":"teste", "uno":[ { "um":"Teste", "cores":[ { "preto":"Preto",…
-
1
votes2
answers668
viewsQ: Problems trying to access JSON file in Python
Hello, I’m trying to read certain data from a JSON file in Python, but I’m having some problems... This is the JSON file: { "linguagem":"Python", "dados":"JSON" } Implementing the JSON file directly…