Null Values in a JSON

Troubleshooting

I have a JSON with about 200 key-value pairs that keeps hitting null value errors. Different variables have null errors in different circumstances, so extensive troubleshooting and debugging is necessary.

I need a more efficient way to find which key-value pair out of the 200 is causing the null error, rather than deleting 5 at-a-time until the error doesn't show up anymore. Any ideas?

The FF debug panel does not show the values in the JSON, when it has a null error (if FF team reads this, please consider improving that a feature request).

What have you tried so far?

The FF debug panel does not show the individual values of a JSON that has a null error.

An AI written function to print null errors to console gets a null error itself and doesn't work

I am able to find the null errors by deleting 5-10 JSON pairs at at-a-time, re-deploying, seeing if the null error is still there, then trimming 10 more, until it works. Through a process of elimination, I can eventually find which key-value pair out of the 200 is causing a null value. However this takes hours for each null error and I have many that appear under different circumstances.

Did you check FlutterFlow's Documentation for this topic?
Yes