-
Hi, Unfortunately when using it, I realised that it doesn't fulfill my expectations. This is due to the fact that the Example:
results in
instead of the expected
Is the current result the expected behaviour of the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Right now, I think your expected behavior would be possible by recursively call |
Beta Was this translation helpful? Give feedback.
Right now,
update
is not implemented recursively: https://github.com/nlohmann/json/blob/develop/include/nlohmann/json.hpp#L5906-L5929I think your expected behavior would be possible by recursively call
update
on all children.