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).