Forum Discussion
MWill1050
Dec 11, 2023Copper Contributor
Loading of sharepointlist not working after filling by RestAPI
Hello everyone, We currently have the problem in several Sharepoint lists that when they are opened, the lists display an error message ("A problem has occurred: Expected property name or '}' in JSO...
stencilloart
Dec 11, 2023Copper Contributor
You're getting a "JSON error" in your SharePoint lists due to incorrectly formatted JSON data from your Python code. To fix:
1. Verify your Python code follows SharePoint REST API specifications.
2. Test with different data types to see if specific types cause the error.
3. Clear your browser cache.
4. Use Fiddler to analyze the JSON data and identify inconsistencies.
5. Report the issue to Microsoft if you can't fix it yourself.