Skip to content
Advertisement

How to get data from a list Json with python

I am new to python and have tried to get data from a python json document , what I try to do is pass the information to python and json from python print a pdf with a table style. My code in json is

JavaScript

and in python i tip the next code

JavaScript

print correctly content of json,but my idea is get only for example:

JavaScript

and then use the parameters to build the table in pdf

I have tried the following

JavaScript

But i have the next error:

JavaScript

I ‘m trying to do something for them but I must get each data of json

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement