Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.