You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error when I tried to access "createdBy" ($.[*].createdBy) from the jsonFile (https://github.com/marcusolsson/grafana-json-datasource/files/5626718/error_json.txt). When I changed the value of first "createdBy" to string and second "createdBy" to null, then the error vanishes and I get the required table. So if any value in the first row of the table is null, then the table crashes and I get this error.
I think I have the same problem.
I change a value field to null , then it turned to error.
For this scenario, we changed null to "null", ie, make it a string , then it works.
I am getting this error when I tried to access "createdBy" ($.[*].createdBy) from the jsonFile (https://github.com/marcusolsson/grafana-json-datasource/files/5626718/error_json.txt). When I changed the value of first "createdBy" to string and second "createdBy" to null, then the error vanishes and I get the required table. So if any value in the first row of the table is null, then the table crashes and I get this error.
error_json.txt
The text was updated successfully, but these errors were encountered: