error parsing grid JSON 171org.json.JSONException: A JSONArray text must start with

Confluence User - 06 May, 2024

What is causing this error to occur, and how can it be fixed?

ERROR 06 May 2024 11:35:41 org.joget.apps.form.lib.Grid - Error parsing grid JSON
2295
org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1]

forms;datalists;server;user

1


06 May, 2024
confluenceUser
confluenceUser

The error message you encountered indicates that there was a problem parsing JSON data related to a grid. Specifically, the system expected the JSON data to start with '[' to signify an array, but it seems to start with a different character at position 2 on line 1.

You'll need to ensure that the JSON data representing the grid starts with '[' as expected. This might involve checking the formatting of the data being passed to the system.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print