Date: 2015-08-03 04:03 pm (UTC)
recoder: (masked)
From: [personal profile] recoder
json-test.py
import json
with open('test-2.json') as f:
    d = f.read()

for n in range(0, 25):
    j = json.loads(d)

    for i in j['items']:
        v = int(i['data'][3][3])
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

December 2024

S M T W T F S
1234567
891011121314
15161718192021
22232425 262728
293031    

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jan. 24th, 2026 08:28 am
Powered by Dreamwidth Studios