Ask Your Question
3

What does the error message "Expecting comma delimiter" mean in relation to Python and JSON?

asked 2021-04-17 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-09-27 22:00:00 +0000

woof gravatar image

The error message "Expecting comma delimiter" in relation to Python and JSON means that there is an incorrect syntax in the JSON code which refers to a missing comma between two elements in a list or object. This error can be caused by incorrect formatting or by forgetting to separate items with a comma in a JSON file.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-04-17 11:00:00 +0000

Seen: 9 times

Last updated: Sep 27 '21