-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
SetArray not working #22
Labels
bug
Something isn't working
Comments
Thanks, I'll check it. |
spyzhov
added a commit
that referenced
this issue
Jun 13, 2020
spyzhov
added a commit
that referenced
this issue
Jun 13, 2020
Thanks! Fixed in v0.2.4 |
Thank you for fast response. =) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I need replace node in array
For example in JSON {"key": [1, 2, 3]} replace second index to another Node
and as result of Marshal received empty array {"key": []}
The text was updated successfully, but these errors were encountered: