-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
NullPointerException at last line.
Map<String, Object> json = new HashMap<String, Object>(); json.put("age", 18); json.put("name", null); SpinJsonNode spinJsonNode = JSON("{}"); spinJsonNode.prop("properties", json);
The problem also occurs when setting a list with a null element or when processing JsonPath with on a document with null property values.