Parse JSON - Data Error

Parse JSON - Data Error

The JSON string has an incorrect JSON format.


How to avoid getting this error?

  • Use a JSON tool that can check where exactly is an issue in the JSON string.
  • Tools: JSON Lint or JSON Blob
  • Copy the JSON string from the module.
  • Paste the string into the JSON tool.
  • The tool will show you exactly where the issue is.
1 Like