You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like valueToTree() method will currently simple return null if null is passed.
For many other conversions this makes sense, but in case of JsonNode, it would make more sense to return NullNode.