Simplifying ParseError Output for Easier Debugging

Is it possible to get a shorter summary out of ParseError? Currently the entire tree is printed narrowing down the issue and with responses that get large it makes it much harder to search through or follow the path of failure. Obviously if a propery far down in the tree has failed, then the root of the tree will be different from the expected root of the tree if you involve all the properties.
Was this page helpful?