ArrayNode currently have add and insert function of all types (int, double, 
etc) but the set function only have JsonNode variant.

My feature request is to add set methods for other types 

 ArrayNode arr = getNewArrayNode();
 arr.add("a");
 arr.insert(0, "b");
 arr.set(1, "c"); // <------- Missing

What do you think about this change?

P.S I have an issue with this feature request on GitHub #3154 
<https://github.com/FasterXML/jackson-databind/issues/3154>

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-dev/cb0f167c-298f-49cb-a4a3-32b8c77ee908n%40googlegroups.com.

Reply via email to