Trailing commas JSON, PyCharm Professional
I am editing a JSON file in PyCharm 2023.3 EAP Professional Edition.
When I save or reformat the file, trailing commas are being added to the last element of the arrays in my JSON. I have checked, and the Editor > Code Style > JSON setting for this is off.
This is slowing me down significantly, since the file is large, as well as the IDE complaining at me quite a lot for commas that are not supported in JSON.
What can I do?
Please sign in to leave a comment.
If the issue is specific to certain files, is it possible to provide a sample?