-
Here is my case. I have a validation schema, that have to receive key:value pairs from another json variable and put them, into its own existing properties object:
I have to add following content (example): The final result should be:
I tried to use Thank for the answers that would come, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You may want to look at https://json.nlohmann.me/api/basic_json/update/. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much, my test succeeded using
|
Beta Was this translation helpful? Give feedback.
You may want to look at https://json.nlohmann.me/api/basic_json/update/.