the current `path` method in JsonNode just returns...
# strikt
v
the current
path
method in JsonNode just returns a
MissingNode
, and I can catch any exceptions from JsonPath and also return a MissingNode, but there are a few more failure cases and I think by just mapping to MissingNode we're going to lose some error information