JsonNode.requiredAt()
does NOT fail on some path expressions
#3005
Milestone
JsonNode.requiredAt()
does NOT fail on some path expressions
#3005
Looks like
JsonNode.requiredAt()
does not catch one type of missing references: those trying to traverse through non-container (scalar) nodes:For example, for document:
should fail for
but it does not.
The text was updated successfully, but these errors were encountered: