Post

Replies

Boosts

Views

Activity

Reply to Pasing remote JSON response
Sorry, here completed { "data": [ [ 0000000000, [ { "count": 0 } ] ], [ 0000000000, [ { "count": 0 } ] ] ] } this is an small part from the array. Inside data array I couldn't parse the json. Everytime a the same issue, but not that the json is invalid. The JSONDecoder says that the data is not valid if I change another part of the dict (next to data) but never says that the part is invalid json.
Apr ’24
Reply to Pasing remote JSON response
This one should be correct, no issue with online json viewer { "parent": { "data": [ [ 1705536000, [ { "count": 0 } ] ], [ 1705622400, [ { "count": 0 } ] ], [ 1706572800, [ { "count": 0 } ] ], [ 1706659200, [ { "count": 0 } ] ] ] } }
Apr ’24