-
Couldn't load subscription status.
- Fork 33
Change set_* functions to not create intermediate structures.
#704
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
Change set_* functions to not create intermediate structures.
#704
Conversation
|
We should add playground examples as well as provide a reference to the add_functions in the docu since it could help newcomers. |
...tafix/integration/record/fromJson/toJson/set_arrayIntoArrayOfObjectsWithAppend/expected.json
Outdated
Show resolved
Hide resolved
…el. (#704) The current "element" designated by `$append`/`$prepend` is not considered "intermediate structure".
|
Thank you both for the thorough reviews! Good catches :) The playground example for |
Resolves #631.
Mirroring Catmandu's behaviour: "will not create the intermediate structures if they are missing".
The playground example for
set_fielddoesn't exist yet. Is it going to be added or should I remove the link from the README?