Debug Assistant
Add a file...
Drag and drop or select a file to upload.
✅ No errors detected.
Drag and drop a file to convert it to a JSON object. You can then view the data and see any errors with the data.
How to read the error messages:
- Path: The path to the error in the JSON object.
- Message: The error message.
The path is formatted like this: `key.index.index`. For example, seeing an error that says `match_start.0.0` means that the error is in the `match_start` array at index `0` (which is also an array) and the error is at position `0` in that array.