Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: JSONDecodeError: Expecting value
Post: JSONDecodeError: Expecting value

Hi, I'm trying to read json content from a url, however, it is displaying the below error in spite of status 200 (<Response [200]>). JSONDecodeError: Expecting value Below is the code: jUrl...
mehtamonita General Coding Help 1 1,531 Mar-07-2022, 10:05 AM
    Thread: Extract values from array
Post: RE: Extract values from array

(Apr-18-2017, 03:52 AM)nilamo Wrote: Regular expressions? >>> data = {'link': None, 'sprint': ['com.atlassian.greenhopper.service.sprint.Sprint@123ed5s[rapidViewId=1234,state=CLOSED,name=Sp...
mehtamonita General Coding Help 8 9,348 Apr-18-2017, 02:45 PM
    Thread: Extract values from array
Post: RE: Extract values from array

(Apr-17-2017, 08:33 AM)zivoni Wrote: Your json object is a nested dictionary, probably with some lists, you can access dictionary values using keys, while lists are indexed with numbers. From print ...
mehtamonita General Coding Help 8 9,348 Apr-17-2017, 10:47 AM
    Thread: Extract values from array
Post: RE: Extract values from array

(Apr-17-2017, 05:04 AM)Larz60+ Wrote: import json with open('YourFileName.json') as f:    data = json.load(f) print(data) do this, then show results and I'll explain how to access field data I'm c...
mehtamonita General Coding Help 8 9,348 Apr-17-2017, 07:47 AM
    Thread: Extract values from array
Post: Extract values from JSON format

Hi, I'm new to Python and need your help. Can someone please help? I have the below code where I want to extract the Sprint values from the JSON format using python. Please refer the highlighted code ...
mehtamonita General Coding Help 8 9,348 Apr-17-2017, 04:41 AM
    Thread: Extract values from array
Post: Extract values from array

How do we extract values from Array
mehtamonita General Coding Help 8 9,348 Apr-17-2017, 04:40 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020