-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ArrayNode#set(int index, primitive_type value)
#3154
Comments
If this is accepted, I will be happy to make a PR for it. |
Sounds reasonable. I think it should probably follow example of
It might also make sense to post on Also: needs to go in |
Thank you for the feedback I will post this issue on the google group for more comments about it. |
Thank you again @TarekkMA for contributing this! It will be included in 2.13.0 once that is ready (hoping to get release candidate out during June 2021). |
Is your feature request related to a problem? Please describe.
Currently, we could
add
/insert
values toArrayNode
instance. but theset
method only acceptsJsonNode
instance.Describe the solution you'd like
It would be nice if we have
set
methods likeadd
/insert
Usage example
Additional context
N/A
The text was updated successfully, but these errors were encountered: