Closed larsga closed 3 years ago
Thank you for reporting! Exceptions are expected as the queries are not valid. But yes, we should handle these condition properly or at least wrap this EmptyStackException in JsonQueryException. I'll fix this.
I believe this issue has been resolved. jackson-jq still throws an exception but it's now a JsonQueryException, not EmptyStackException.
The following jq queries all fail with the same error:
.actor."spt:userId" )
.actor )
)
The stack trace is