Skip to content
Advertisement

How to handle json query when list object is a timestamp?

i am making a Python script to check my power prices. and i cannot figure out how to handle this data, when the the list object is a timestamp…

in example this query

JavaScript

this is what i get from the api, and i would like to know how to handle it.

i have been googling, an i cannot find my solution.

Advertisement

Answer

I suppose that by “handle” you mean to iterate over timestamped objects and access all inner values:

JavaScript

or

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